# AgentInputItem

**Kind:** Type

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

Opaque SDK input item — domain layers pass these through without interpreting.
The actual type is determined by the underlying SDK.

## Definition

```ts
unknown
```
