AIAgentStrategyStartEvent
data class AIAgentStrategyStartEvent(val runId: String, val strategyName: String, val eventId: String = AIAgentStrategyStartEvent::class.simpleName!!) : DefinedFeatureEvent(source)
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.