# SessionContext

**Kind:** Interface

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

Input for memory extraction.

## Properties

| Property | Type |
|---|---|
| `task` | `string` |
| `history` | `AgentHistoryItem[]` |
| `notes` | `AgentNote[]` |
| `qualityGates` | `{ id: string; description: string; passed: boolean }[]` |
| `durationSeconds` | `number` |
| `turnCount` | `number` |
