Skip to content

Orchestrator

reference
1 min readUpdated

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

MethodSignatureReturns
executeexecute(plan: OrchestrationPlan, context: string, baseModel: string)Promise<OrchestrationResult>

Where it refuses work

  • Orchestrator stops the work with an early return when !approved.

When something fails

  • Orchestrator handles failure in 1 place: it turns it into a return value in all 1.

Was this page helpful?

Download as PDF