# Phase

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts#L68)

A phase in a multi-agent workflow

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `agents` | `AgentTemplate[]` |
| `requiresApproval` | `boolean` |
| `synthesize` | `(results: AgentResult[]) => string` |
| `maxTurnsPerAgent` | `number` |
