# ContextManagerConfig

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `maxTokens` | `number` |
| `compactionThreshold` | `number` |
| `minItemsToKeep` | `number` |
| `strategy` | `CompactionStrategy` |
