Package-level declarations
Types
Represents the context for handling an after LLM call event.
Represents the context passed to the handler that is executed before an agent is closed.
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.
Represents the context for handling the completion of an agent's execution.
Represents the context in which event handlers operate, providing a foundational interface for all event handling activities within the AI Agent framework.
Represents different types of events that can occur during the execution of an agent or its related processes.
Represents the context for handling errors that occur during the execution of an agent run.
Represents the context available during the start of an AI agent.
Provides a context for executing transformations and operations within an AI agent's environment.
Represents the context for handling a before LLM call event.
Represents the context in which event handlers operate, providing a foundational interface for all event handling activities within the AI Agent framework.
Represents the context for handling LLM-specific events within the framework.
Represents the context for handling an after node execution event.
Represents the context for handling a before node execution event.
Represents the context for handling node-specific events within the framework.
Represents the context for handling errors during the execution of an AI agent node.
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.
Represents the context associated with the completion of an AI agent strategy execution.
Represents the context for starting AI agent strategies during execution.
Represents the context for handling a tool call event.
Represents the context provided to handle a failure during the execution of a tool.
Represents the context used when handling the result of a tool call.
Represents the context for handling tool-specific events within the framework.
Represents the context for handling validation errors that occur during the execution of a tool.