Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts
A phase in a multi-agent workflow
Properties
| Property | Type |
|---|---|
id | string |
name | string |
agents | AgentTemplate[] |
requiresApproval | boolean |
synthesize | (results: AgentResult[]) => string |
maxTurnsPerAgent | number |
Was this page helpful?