Logo
Type aliases

SingleAgentParams

SingleAgentParams = FunctionAgentParams & object

Defined in: packages/workflow/src/agent/agent-workflow.ts:86

Type declaration

memory?

optional memory: Memory

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

verbose?

optional verbose: boolean

Whether to log verbose output

timeout?

optional timeout: number

Timeout for the workflow in seconds