Skip to main content

Module manager

Module manager 

Source
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ยง

AgentContext
Agent context information.