Skip to content

Commit f25a4e1

Browse files
authored
chore: Fix path to agent class in CLAUDE.md (#2550)
1 parent 0291f8b commit f25a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
2121

2222
### Core Components
2323

24-
**Agent System (`pydantic_ai_slim/pydantic_ai/agent.py`)**
24+
**Agent System (`pydantic_ai_slim/pydantic_ai/agent/`)**
2525
- `Agent[AgentDepsT, OutputDataT]`: Main orchestrator class with generic types for dependency injection and output validation
2626
- Entry points: `run()`, `run_sync()`, `run_stream()` methods
2727
- Handles tool management, system prompts, and model interaction

0 commit comments

Comments
 (0)