StrategyStartingEvent
data class StrategyStartingEvent(val eventId: String, val executionInfo: AgentExecutionInfo, val runId: String, val strategyName: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : StrategyStartingEventBase(source)
Represents an event triggered at the start of executing a functional, planner, and other strategy types by an AI agent.