Skip to content

SingleAgentParams

SingleAgentParams = FunctionAgentParams & object

Defined in: .build/typescript/packages/workflow/src/agent/agent-workflow.ts:94

optional memory: Memory

Optional predefined memory to use for the workflow. If not provided, a new empty memory will be created.

optional verbose: boolean

Whether to log verbose output

optional timeout: number

Timeout for the workflow in seconds

optional logger: Logger

Attach optional custom logger