Understand the Pydantic AI Template Structure
mainThe template is organized into the following key directories:
CLAUDE.md: Global development rules for Pydantic AI..claude/commands/: Slash commands used for the PRP workflow.PRPs/: Contains requirement templates and initial requirement files.examples/: Contains several reference implementations:basic_chat_agent/: Simple conversational agents with memory.tool_enabled_agent/: Agents using@agent.toolandRunContextfor dependency injection.structured_output_agent/: Agents usingresult_typefor Pydantic-validated data.testing_examples/: Patterns forTestModel,FunctionModel, andAgent.override().