pydantic-ai icon indicating copy to clipboard operation
pydantic-ai copied to clipboard

Agent Framework / shim to use Pydantic with LLMs

Results 121 pydantic-ai issues
Sort by recently updated
recently updated
newest added

So far we have OpenAI and Gemini, adding Anthropic seems a pretty obvious next step. I don't think there are any other models we need to add to the core...

enhancement
new models

Please! ;)

enhancement
new models

Hello, I'd love to see an example of a multi-agent architecture. Ideally it would have a managing agent communicating with a particular set of specialized agents based on the nature...

documentation

We can `agent.tool` but how to unload them? The objective is to have fine-grained control over what tools are possible to choose according to user query.

enhancement

I'm assuming a `result_tool` is always needed. In this case I want the tool to be another agent, and I just want the response from that agent, without any other...

enhancement

Furthermore, how can one control how the chat-api is used, meaning how can one use images for example.

enhancement

### Enhancement When using AI coding assistants it is very helpful to have a version of the documentation that is on a single page and optimized for LLMs, usually markdown...

documentation

It would be nice to have support for Bedrock so that application that use AWS can integrate more seamlessly.

new models

TL;DR I spoke to @dsp on Friday, and the plan is to add support for MCP to PydanticAI via something I'm currently calling "toolsets". One of the things I've realised...

enhancement