AgentCompletedEvent
data class AgentCompletedEvent(val agentId: String, val runId: String, val result: String?, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : 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.