# RunResult

**Kind:** Interface

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

Result of running an agent.

## Properties

| Property | Type |
|---|---|
| `output` | `string` |
| `outputJson` | `unknown` |
| `history` | `AgentHistoryItem[]` |
| `usage` | `TokenUsage` |
| `handedOff` | `boolean` |
| `finalAgentName` | `string` |
| `raw` | `unknown` |
| `responseId` | `string` |
