Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts
Callbacks for orchestration lifecycle
Properties
| Property | Type |
|---|---|
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?