mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
docs: Update the referenced py filename. (#6043)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user