# HistoryProcessor

**Kind:** Interface

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

A history processor transforms input items before they reach the model.
Must return a new array — never mutate the input.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
