AIAgentFinishedEvent
data class AIAgentFinishedEvent(val agentId: String, val runId: String, val result: String?, val eventId: String = AIAgentFinishedEvent::class.simpleName!!) : DefinedFeatureEvent(source)
Event representing the completion of an AI Agent's execution.
This event is emitted when an AI Agent finishes executing a strategy, providing information about the strategy and its result. It can be used for logging, tracing, or monitoring the outcomes of agent operations.