AgentClosingEvent
data class AgentClosingEvent(val eventId: String, val executionInfo: AgentExecutionInfo, val agentId: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : DefinedFeatureEvent(source)
Represents an event that signifies the closure or termination of an AI agent identified by a unique agentId.
Constructors
Link copied to clipboard
constructor(eventId: String, executionInfo: AgentExecutionInfo, agentId: String, timestamp: Long = Clock.System.now().toEpochMilliseconds())