# CheckpointManagerConfig

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `maxSnapshotsPerFile` | `number` |
| `maxTotalSnapshots` | `number` |
| `backend` | `CheckpointBackend` |
