Skip to content

RunOptions

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts

Options for running an agent.

Properties

PropertyType
contextTContext
maxTurnsnumber
signalAbortSignal
streamboolean
onProgressProgressCallback
turnHookTurnHook<TContext>
guardrailRetriesnumber
onAgentStart(agentName: string) => void
onAgentEnd(agentName: string, output: string) => void
maxOutputRecoveriesnumber
toolVerificationHookToolVerificationHook
toolPreExecutionHookToolPreExecutionHook
previousResponseIdstring
nestingDepthnumber

Was this page helpful?

Download as PDF