FunctionalStrategyStartingEvent
data class FunctionalStrategyStartingEvent(val runId: String, val strategyName: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : StrategyStartingEvent(source)
Represents an event triggered at the start of executing a functional strategy by an AI agent.