StrategyCompletedEvent
data class StrategyCompletedEvent(val runId: String, val strategyName: String, val result: String?, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : DefinedFeatureEvent(source)
Event that represents the completion of an AI agent's strategy execution.
This event captures information about the strategy that was executed and the result of its execution. It is used to notify the system or consumers about the conclusion of a specific strategy.