StrategyStartingEvent
Represents an event triggered at the start of an AI agent strategy execution.
This event captures information about the strategy being initiated, allowing for tracking and analyzing the lifecycle of AI agent strategies. It provides details specific to the strategy itself, such as the name, while inheriting shared properties from the DefinedFeatureEvent superclass.
Inheritors
Properties
Specifies the type of the feature message for this event.
A unique identifier associated with a specific run or execution instance of an AI agent strategy. This identifier is used across various related events to track and correlate the lifecycle of a single execution instance, enabling monitoring, debugging, and analysis of the strategy execution flow.
The name of the AI agent strategy being initiated.