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 accessexplore: fast read-only agent for codebase explorationplan: planning agent restricted to analysis tools
Agents are defined as configurations that customize the tool set, system prompt, and permission mode.
Structs§
- Agent
Definition - Definition of a specialized agent type.
- Agent
Instance - A running agent instance.
- Agent
Message - A message sent between agents.
- Agent
Registry - Registry of available agent types.
- Agent
Result - Result from a completed agent.
- Coordinator
- Orchestrates multiple agent instances, routing messages and collecting results.
- Team
- Team definition for multi-agent orchestration.
Enums§
- Agent
Status - Status of a running agent.