AgentCompletedEvent

constructor(eventId: String, executionInfo: AgentExecutionInfo, agentId: String, runId: String, result: String?, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(agentId: String, runId: String, result: String?)(source)

Deprecated

Please use constructor with executionInfo parameter

Replace with

AgentCompletedEvent(executionInfo, agentId, runId, result)