Kind: Class
Source: atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts
Multi-agent orchestrator that executes phased workflows. Within each phase, agents run in parallel. Between phases, execution is sequential.
Methods
| Method | Signature | Returns |
|---|---|---|
execute | execute(plan: OrchestrationPlan, context: string, baseModel: string) | Promise<OrchestrationResult> |
Where it refuses work
Orchestratorstops the work with an early return when!approved.
When something fails
Orchestratorhandles failure in 1 place: it turns it into a return value in all 1.
Was this page helpful?