Package-level declarations
Types
Represents the context associated with the completion of an AI agent strategy execution.
Functional interface representing a handler invoked when a strategy execution is finished.
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.
A handler class for managing strategy-related events, providing callbacks for when strategies are started or finished. It is designed to operate on a specific feature type and delegate event handling to the assigned handlers.
Represents the context for updating AI agent strategies during execution.
A functional interface for handling start events of an AI agent strategy.