Package-level declarations
Types
Represents an event signaling the completion of an LLM (Large Language Model) call.
Represents an event that signifies the closure or termination of an AI agent identified by a unique agentId
.
Represents an error encountered by an AI agent, encapsulating error details such as the message, stack trace, and an optional cause.
Event representing the completion of an AI Agent's execution.
Represents an event indicating the completion of a node's execution within an AI agent.
Represents an event triggered when the execution of a specific AI agent node starts.
Represents an event triggered when an AI agent run encounters an error.
Represents an event triggered when an AI agent starts executing a strategy.
Event that represents the completion of an AI agent's strategy execution.
Represents an event triggered at the start of an AI agent strategy execution.
Represents an event indicating the start of a call to a Language Learning Model (LLM).
Represents a sealed class for defining feature-related events in the system.
Represents an event triggered when a tool is called within the system.
Captures an event where a tool call has failed during its execution.
Represents an event that contains the results of a tool invocation.
Represents an event indicating that a tool encountered a validation error during its execution.
Functions
Converts a Throwable instance to an AIAgentError.