# PhaseResult

**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#L89)

Result of executing a single phase

## Properties

| Property | Type |
|---|---|
| `phaseId` | `string` |
| `agentResults` | `AgentResult[]` |
| `synthesis` | `string` |
| `totalUsage` | `TokenUsage` |
| `durationMs` | `number` |
