AgentFinishedContext
data class AgentFinishedContext(val agentId: String, val runId: String, val result: Any?, val resultType: KType) : AgentEventHandlerContext(source)
Represents the context for handling the completion of an agent's execution.