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 supported4 Subscribers
Add a CodeTriage badge to pydantic-ai
Help out
- Issues
- Correct realtime docs: event inventories, muting, ending a call, relay barge-in, Gemini and Azure specifics
- Keep late realtime input transcripts attached to the user turn they belong to
- Deprecate `RetryPromptPart` in favor of `ToolReturnPart(outcome='retried')` and `RetryFeedbackPart`
- `dataclasses.replace` on `ImageGeneration` and `XSearch` with a fallback model raises the fallback-versus-`local` `UserError`
- `Field(description=...)` does not satisfy `require_parameter_descriptions`
- Accept `Annotated[..., Field(description=...)]` for `require_parameter_descriptions`
- MCP tools resolved through DynamicToolset are repeatedly re-discovered under DBOSDurability
- `FunctionToolset.get_tools()` crashes if prepare registers another tool
- Point the Starlette documentation links at `starlette.dev`
- Let a capability declare it owns tool execution, so a second durability engine is refused
- Docs
- Python not yet supported