Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts
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[] }` |
Was this page helpful?