Skip to main content

CLI tool to ask questions about Pydantic AI and Logfire documentation

Project description

ask-pydantic

A python library and CLI tool to ask questions about Pydantic AI and Logfire documentation using AI-powered search.

# run with uvx
uvx ask-pydantic
uvx ask-pydantic "How do I create an agent?"

# or use in your code
uv add ask-pydantic
from ask_pydantic import agent

result = agent.run_sync("How do I create an agent?")
print(result.output)

https://github.com/user-attachments/assets/f2ab1dfc-f90c-4311-a04c-c41b82eb3052

Installation

# install globally
uv tool install ask-pydantic

Requirements

You need an API key from at least one supported LLM provider:

  • Anthropic (Claude) - Recommended

    export ANTHROPIC_API_KEY="your-key-here"
    
  • OpenAI (GPT)

    export OPENAI_API_KEY="your-key-here"
    
  • Google (Gemini)

    export GOOGLE_API_KEY="your-key-here"
    
  • Mistral

    export MISTRAL_API_KEY="your-key-here"
    
  • Groq

    export GROQ_API_KEY="your-key-here"
    

Tip: Add your API key to a .env file and source it:

echo 'export ANTHROPIC_API_KEY="your-key-here"' > .env
source .env && ask-pydantic "your question"

Usage

CLI Usage

Ask questions directly from the command line:

ask-pydantic "How do I create a Pydantic AI agent? Format your response nicely for a CLI."
ask-pydantic "What is Logfire?"
ask-pydantic "How do I use tools with agents?"

On first run, the tool will ask permission to download documentation (~20MB) from the Pydantic AI and Logfire repositories.

Programmatic Usage

Use the agent in your Python code:

from ask_pydantic import agent

result = agent.run_sync("How do I create an agent?")
print(result.output)

Or run inline with uv:

uv run --with ask-pydantic python - <<'EOF'
from ask_pydantic import agent

result = agent.run_sync("How do I use tools with Pydantic AI?")
print(result.output)
EOF

How It Works

  1. Documentation Download: On first run, the tool downloads documentation from the Pydantic AI and Logfire repositories to ~/.ask-pydantic/docs/
  2. Vector Database: Creates a searchable vector database using LanceDB and sentence transformers
  3. Hybrid Search: Uses both semantic and keyword search to find relevant documentation
  4. AI-Powered Answers: Uses your preferred LLM to generate comprehensive answers with links to source documentation

Examples

# Get started with Pydantic AI
ask-pydantic "How do I get started with Pydantic AI?"

# Learn about tools
ask-pydantic "What are tools and how do I use them?"

# Logfire queries
ask-pydantic "How do I set up Logfire for my application?"

# Specific features
ask-pydantic "How do I stream responses from an agent?"

Configuration

  • Documentation: ~/.ask-pydantic/docs/
  • Vector Database: /tmp/lancedb-pydantic-ai-chat

Development

You may use this as a tempalte for distributing your own Pydantic AI agents as packages so your users can import them in their code. Just expose your own agent object and adjust the ask-pydantic/cli.py to your needs.

# Clone the repository
git clone https://github.com/dsfaccini/ask-pydantic.git
cd ask-pydantic

# Install dependencies
uv sync

# Run locally
uv run ask-pydantic "your question"

Links

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ask_pydantic-0.1.4.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ask_pydantic-0.1.4-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file ask_pydantic-0.1.4.tar.gz.

File metadata

  • Download URL: ask_pydantic-0.1.4.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for ask_pydantic-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a232c29eeda6ad5ae052fb54cb4163766a1495e29a8bf9a06e9fb16f9b2ab14b
MD5 c42f5e2530dcfbf6c7a4a83c3a80cef3
BLAKE2b-256 4c1f3d54b59047bfd43205c86a24deff65ffd9f6f2a7faf824ef4c85fa32d626

See more details on using hashes here.

File details

Details for the file ask_pydantic-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ask_pydantic-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f20498b38b17ad48879a9630c6f752f7c60fc6120f944a3fa05e3628c827e3db
MD5 945db1029b7dc30e0673f7e2ffa4fb32
BLAKE2b-256 45542849dddab579f83db0ad1134a7efc495b2d21bb6c3ca563240a6fa3aa9af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page