We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0291f8b commit f25a4e1Copy full SHA for f25a4e1
CLAUDE.md
@@ -21,7 +21,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
21
22
### Core Components
23
24
-**Agent System (`pydantic_ai_slim/pydantic_ai/agent.py`)**
+**Agent System (`pydantic_ai_slim/pydantic_ai/agent/`)**
25
- `Agent[AgentDepsT, OutputDataT]`: Main orchestrator class with generic types for dependency injection and output validation
26
- Entry points: `run()`, `run_sync()`, `run_stream()` methods
27
- Handles tool management, system prompts, and model interaction
0 commit comments