# DiskBackendConfig

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `sessionId` | `string` |
| `storageDir` | `string` |
| `retention` | `Partial<RetentionPolicy>` |
| `pruneOnInit` | `boolean` |
