Expand description
Agent context management.
This module manages the context of the Agent, including:
- Skills and project overview
- Memory summary
- System prompt building
- CodeGraph tool management
By extracting context into a dedicated struct, we enable:
- Clear separation between context and state
- Easier testing of prompt building
- Better management of project-specific information
Structsยง
- Agent
Context - Agent context information.