Skip to main content

Module hooks

Module hooks 

Source
Expand description

Hook system — 7 hook points for plugin interception.

Hooks allow plugins to intercept and modify agent behavior at defined points. Each hook returns a HookResult indicating whether execution should continue or be blocked.

Structs§

HookContext
Context passed to hooks.
HookManager
Manages hook registration and firing.

Enums§

HookPoint
The 7 hook points in the agent lifecycle.
HookResult
Result of hook execution.

Traits§

Hook
Trait for hook implementations.