AIAgentStrategyFinishedEvent
data class AIAgentStrategyFinishedEvent(val runId: String, val strategyName: String, val result: String?, val eventId: String = AIAgentStrategyFinishedEvent::class.simpleName!!) : 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.