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?”
optional
memory:Memory
Optional predefined memory to use for the workflow. If not provided, a new empty memory will be created.
verbose?
Section titled “verbose?”
optional
verbose:boolean
Whether to log verbose output
timeout?
Section titled “timeout?”
optional
timeout:number
Timeout for the workflow in seconds
logger?
Section titled “logger?”
optional
logger:Logger
Attach optional custom logger