Package-level declarations
Types
Represents an event that signifies the closure or termination of an AI agent identified by a unique agentId
.
Event representing the completion of an AI Agent's execution.
Represents an event triggered when an AI agent run encounters an error.
Represents an event triggered when an AI agent starts executing a strategy.
Represents a sealed class for defining feature-related events in the system.
Represents an event triggered at the start of executing a functional strategy by an AI agent.
Represents an event triggered at the start of an AI agent strategy execution that involves the use of a graph-based operational model.
Represents an event signaling the completion of an LLM (Large Language Model) call.
Represents an event indicating the start of a call to a Language Learning Model (LLM).
Represents an event that occurs when the streaming process of a Large Language Model (LLM) call is completed.
Represents an event indicating a failure in the streaming process of a Language Learning Model (LLM).
Event representing the receipt of a streaming frame from a Language Learning Model (LLM).
Represents an event triggered when a language model (LLM) streaming operation is starting.
Represents an event indicating the completion of a node's execution within an AI agent.
Represents an event that signifies the occurrence of an error during the execution of a specific node within an AI agent's process.
Represents an event triggered when the execution of a specific AI agent node starts.
Event that represents the completion of an AI agent's strategy execution.
Represents a graph structure used by an AI agent, consisting of a collection of nodes and directed edges connecting these nodes.
Represents a directed edge in the AI agent graph.
Represents a node within an AI agent's processing graph.
Represents an event triggered at the start of an AI agent strategy execution.
Represents an event that contains the results of a tool invocation.
Captures an event where a tool call has failed during its execution.
Represents an event triggered when a tool is called within the system.
Represents an event indicating that a tool encountered a validation error during its execution.