AgentData
Defined in: src/types/agent.ts:24
Interface for objects that provide agent state. Allows ToolContext to work with different agent types.
Properties
Section titled “Properties”state: AgentState;Defined in: src/types/agent.ts:28
Agent state storage accessible to tools and application logic.
messages
Section titled “messages”messages: Message[];Defined in: src/types/agent.ts:33
The conversation history of messages between user and assistant.