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.
AgentInstance
A running agent instance.
AgentMessage
A message sent between agents.
AgentRegistry
Registry of available agent types.
AgentResult
Result from a completed agent.
Coordinator
Orchestrates multiple agent instances, routing messages and collecting results.
Team
Team definition for multi-agent orchestration.

Enums§

AgentStatus
Status of a running agent.