Skip to main content

Module coordinator

Module coordinator 

Source
Expand description

Multi-agent coordinator.

Routes tasks to specialized agents based on the task type. The coordinator acts as an orchestrator, spawning agents with appropriate configurations and aggregating their results.

§Agent types

  • general-purpose: default agent with full tool access
  • explore: fast read-only agent for codebase exploration
  • plan: planning agent restricted to analysis tools

Agents are defined as configurations that customize the tool set, system prompt, and permission mode.

Structs§

AgentDefinition
Definition of a specialized agent type.
AgentRegistry
Registry of available agent types.