SingleAgentParams
SingleAgentParams =
FunctionAgentParams&object
Defined in: .build/typescript/packages/workflow/src/agent/agent-workflow.ts:94
Type Declaration
Section titled “Type Declaration”memory?
Section titled “memory?”
optionalmemory:Memory
Optional predefined memory to use for the workflow. If not provided, a new empty memory will be created.
verbose?
Section titled “verbose?”
optionalverbose:boolean
Whether to log verbose output
timeout?
Section titled “timeout?”
optionaltimeout:number
Timeout for the workflow in seconds
logger?
Section titled “logger?”
optionallogger:Logger
Attach optional custom logger