# AgentRuntimeOptions

**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#L290)

Options for the AgentRuntime constructor.
These configure Runner-level behavior that applies to all runs.

## Properties

| Property | Type |
|---|---|
| `tracingDisabled` | `boolean` |
| `handoffInputFilter` | `(data: {
    inputHistory: unknown;
    preHandoffItems: unknown[];
    newItems: unknown[];
  }) => { inputHistory: unknown; preHandoffItems: unknown[]; newItems: unknown[] }` |
