Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface AgentLifecycleEventContext
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
Link copied to clipboard
Represents different types of events that can occur during the execution of an agent or its related processes.
Link copied to clipboard
fun interface AgentLifecycleTransformEventHandler<TContext : AgentLifecycleEventContext, TResult : Any> : AgentLifecycleEventHandler<TContext, TResult>