# SessionMemory

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

A memory extracted from a session.

## Properties

| Property | Type |
|---|---|
| `category` | `'pattern' | 'pitfall' | 'environment' | 'optimization'` |
| `title` | `string` |
| `content` | `string` |
| `confidence` | `'high' | 'medium' | 'low'` |
