Skip to main content

Module base

Module base 

Source
Expand description

AgentHook trait definition

This module defines the core AgentHook trait that all agent hooks must implement.

Structs§

BaseHook
Base hook implementation with common functionality
HookResult
Result of a hook operation
LifecycleCapabilities
Describes which lifecycle events an agent hook can handle.

Traits§

AgentHook
AgentHook trait - all agent hooks must implement this

Type Aliases§

SessionEndCallback
Callback type for session end events