pydantic-ai
https://github.com/pydantic/pydantic-ai
Python
GenAI Agent Framework, the Pydantic way
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to pydantic-ai
Help out
- Issues
- Match both spellings of the Qwen3-Coder generation number in `qwen_model_profile`
- `moonshotai_model_profile` misses `kimi-k2-5` and `kimi-k2-thinking`, silently dropping the `thinking` setting
- Match hyphenated Kimi minor versions and `kimi-k2-thinking` in `moonshotai_model_profile`
- `WebSearchTool` raises `UserError` on Groq's renamed `groq/compound` models
- Recognise Groq's renamed `groq/compound` systems in `groq_model_profile`
- `BedrockConverseModel` silently drops `top_p=0.0`
- `GoogleModel` provider detection is name-based, so `GoogleProvider(client=genai.Client(vertexai=True))` is misrouted as the Gemini API
- `safe_download` keeps `Authorization` across an https->http downgrade or port change (compares hostname, not origin)
- Lowercase model name before profile lookup in SambaNova, Heroku, and Fireworks providers
- Fix `XaiStreamedResponse` finish_reason mapping for streaming responses
- Docs
- Python not yet supported