Types
RunAgentInput
Input parameters prepared before an agent run. Built internally fromRunAgentParameters and agent state.
Messages
Base message model with role-based content.- Roles:
User,Assistant,System - Concrete types: text messages with streaming support
Context
Simple key/value with description and value:Tool
Represents a function the agent can call with arguments and returns a result. Seecom.agui.core.tool.