Skip to main content

Module orchestrator

Module orchestrator 

Source
Expand description

Orchestrator: coordinates the unified intent lifecycle (RFC-027).

The orchestrator is the “brain” that processes every user message:

  1. assess — classify the message (conversation / clarify / task)
  2. crystallize — build a Directive for substantial tasks
  3. execute — run the agent via the lifecycle manager
  4. review — check the result against acceptance criteria
  5. retry — re-execute with feedback if review fails

Structs§

OrchestrationResult
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§

AgentRole
Role of an agent within a group.
HandleResponse
Response envelope for Orchestrator::handle (RFC-027 §3).