pydantic-ai
pydantic-ai copied to clipboard
Agent Framework / shim to use Pydantic with LLMs
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...
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...
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.
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...
Furthermore, how can one control how the chat-api is used, meaning how can one use images for example.
### 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...
It would be nice to have support for Bedrock so that application that use AWS can integrate more seamlessly.
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...