Skip to content

OrchestrationCallbacks

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts

Callbacks for orchestration lifecycle

Properties

PropertyType
onPhaseStart(phaseId: string, phaseName: string) => void
onAgentStart(phaseId: string, agentName: string) => void
onAgentComplete(phaseId: string, result: AgentResult) => void
onPhaseComplete`(result: PhaseResult) => void
onApprovalRequired(phaseId: string, synthesis: string) => Promise<boolean>

Was this page helpful?

Download as PDF