AgentWorkflowState
AgentWorkflowState =
object
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:8
Properties
Section titled “Properties”memory
Section titled “memory”memory:
Memory
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:9
scratchpad
Section titled “scratchpad”scratchpad:
ChatMessage
[]
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:10
agents
Section titled “agents”agents:
string
[]
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:11
currentAgentName
Section titled “currentAgentName”currentAgentName:
string
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:12
nextAgentName?
Section titled “nextAgentName?”
optional
nextAgentName:string
|null
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:13
responseFormat?
Section titled “responseFormat?”
optional
responseFormat:ZodSchema
Defined in: .build/typescript/packages/workflow/src/agent/base.ts:14