# RunContext

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

Run context passed to tools and instruction functions.

## Properties

| Property | Type |
|---|---|
| `data` | `TContext` |
| `signal` | `AbortSignal` |
| `nestingDepth` | `number` |
