AgentStartingContext
data class AgentStartingContext(val agent: AIAgent<*, *>, val runId: String, val context: AIAgentContext) : AgentEventContext(source)
Represents the context available during the start of an AI agent.
Represents the context available during the start of an AI agent.