Pydantic AI Documentation Skill Overview This skill provides guidance for using Pydantic AI - a Python agent framework for building production-grade Generative AI applications. Pydantic AI emphasizes type safety, dependency injection, and structured outputs. Key Concepts Agents Agents are the primary interface for interacting with LLMs. They contain: - Instructions : System prompts for the LLM - Tools : Functions the LLM can call - Output Type : Structured datatype the LLM must return - Dependencies : Data/services injected into tools and prompts Models Pydantic AI supports multiple LLM provi…