Skip to content

AgentRuntimeOptions

reference
1 min readUpdated

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

PropertyType
tracingDisabledboolean
handoffInputFilter`(data: {
inputHistory: unknown;
preHandoffItems: unknown[];
newItems: unknown[];

}) => { inputHistory: unknown; preHandoffItems: unknown[]; newItems: unknown[] }` |

Was this page helpful?

Download as PDF