AgentData
Defined in: src/types/agent.ts:23
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:27
Agent state storage accessible to tools and application logic.
messages
Section titled “messages”messages: Message[];Defined in: src/types/agent.ts:32
The conversation history of messages between user and assistant.