docs: Update the referenced py filename. (#6043)

This commit is contained in:
f-diao
2025-01-04 20:10:51 -08:00
committed by GitHub
parent 3d2138d9ce
commit d2790c8b21

View File

@@ -116,9 +116,9 @@ The `session.py` file defines the `Session` class, which represents a WebSocket
- Dispatching events between the client and the agent
- Sending messages and errors to the client
### 2. session/agent.py
### 2. session/agent_session.py
The `agent.py` file contains the `AgentSession` class, which manages the lifecycle of an agent within a session. Key features include:
The `agent_session.py` file contains the `AgentSession` class, which manages the lifecycle of an agent within a session. Key features include:
- Creating and managing the runtime environment
- Initializing the agent controller