AgentStartingContext
data class AgentStartingContext<TFeature>(val agent: AIAgent<*, *>, val runId: String, val feature: TFeature, val context: AIAgentContext) : AgentEventContext(source)
Represents the context available during the start of an AI agent.
Parameters
TFeature
The type of the feature object associated with this context.