Expand description
Orchestrator: coordinates the unified intent lifecycle (RFC-027).
The orchestrator is the “brain” that processes every user message:
- assess — classify the message (conversation / clarify / task)
- crystallize — build a Directive for substantial tasks
- execute — run the agent via the lifecycle manager
- review — check the result against acceptance criteria
- retry — re-execute with feedback if review fails
Structs§
- Orchestration
Result - Result of a full orchestration cycle.
- Orchestrator
- The orchestrator coordinates the unified intent lifecycle (RFC-027).
- SubTask
- A subtask within a multi-agent plan.
Enums§
- Agent
Role - Role of an agent within a group.
- Handle
Response - Response envelope for
Orchestrator::handle(RFC-027 §3).