Package-level declarations
Types
Link copied to clipboard
class StrategyCompletedContext(val eventId: String, val executionInfo: AgentExecutionInfo, val strategy: AIAgentStrategy<*, *, *>, val context: AIAgentContext, val result: Any?, val resultType: TypeToken) : StrategyEventContext
Represents the context associated with the completion of an AI agent strategy execution.
Link copied to clipboard
Defines the context specifically for handling strategy-related events within the AI agent framework. Extends the base event handler context to include functionality and behavior dedicated to managing the lifecycle and operations of strategies associated with AI agents.
Link copied to clipboard
class StrategyStartingContext(val eventId: String, val executionInfo: AgentExecutionInfo, val strategy: AIAgentStrategy<*, *, *>, val context: AIAgentContext) : StrategyEventContext
Represents the context for updating AI agent strategies during execution.