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.

Constructors

Link copied to clipboard
constructor(eventId: String, executionInfo: AgentExecutionInfo, agentId: String)

Properties

Link copied to clipboard

Identifier of the agent that is about to be closed.

Link copied to clipboard
open override val eventId: String

The unique identifier for the event.

Link copied to clipboard

Represents the specific type of event handled within the event handler context, categorizing the nature of agent-related or strategy-related events.

Link copied to clipboard

The execution information containing parentId and current execution path;