Package-level declarations

Types

Link copied to clipboard

Represents the context for handling an after LLM call event.

Link copied to clipboard

Represents the context passed to the handler that is executed before an agent is closed.

Link copied to clipboard

Provides the context for handling events specific to AI agents. This interface extends the foundational event handling context, EventHandlerContext, and is specialized for scenarios involving agents and their associated workflows or features.

Link copied to clipboard

Represents the context for handling the completion of an agent's execution.

Link copied to clipboard

Represents the context in which event handlers operate, providing a foundational interface for all event handling activities within the AI Agent framework.

Link copied to clipboard
sealed interface AgentLifecycleEventType

Represents different types of events that can occur during the execution of an agent or its related processes.

Link copied to clipboard

Represents the context for handling errors that occur during the execution of an agent run.

Link copied to clipboard

Represents the context available during the start of an AI agent.

Link copied to clipboard

Provides a context for executing transformations and operations within an AI agent's environment.

Link copied to clipboard

Represents the context for handling a before LLM call event.

Link copied to clipboard

Represents the context in which event handlers operate, providing a foundational interface for all event handling activities within the AI Agent framework.

Link copied to clipboard

Represents the context for handling LLM-specific events within the framework.

Link copied to clipboard

Represents the context for handling an after node execution event.

Link copied to clipboard

Represents the context for handling a before node execution event.

Link copied to clipboard

Represents the context for handling node-specific events within the framework.

Link copied to clipboard

Represents the context for handling errors during the execution of an AI agent node.

Link copied to clipboard

Defines the context specifically for handling strategy-related events within the AI agent framework. Extends the base event handler context to include functionality and behavior dedicated to managing the lifecycle and operations of strategies associated with AI agents.

Link copied to clipboard

Represents the context associated with the completion of an AI agent strategy execution.

Link copied to clipboard

Represents the context for starting AI agent strategies during execution.

Link copied to clipboard

Represents the context for handling a tool call event.

Link copied to clipboard

Represents the context provided to handle a failure during the execution of a tool.

Link copied to clipboard

Represents the context used when handling the result of a tool call.

Link copied to clipboard

Represents the context for handling tool-specific events within the framework.

Link copied to clipboard

Represents the context for handling validation errors that occur during the execution of a tool.