# CompactorOptions

**Kind:** Interface

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

Options for the context compactor (reactive compaction).

## Properties

| Property | Type |
|---|---|
| `tokenThreshold` | `number` |
| `compact` | `(items: AgentInputItem[]) => AgentInputItem[] | Promise<AgentInputItem[]>` |
