AgentClosingContext
data class AgentClosingContext(val eventId: String, val executionInfo: AgentExecutionInfo, val agentId: String) : AgentEventContext(source)
Represents the context passed to the handler that is executed before an agent is closed.