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§
- Hook
Context - Context passed to hooks.
- Hook
Manager - Manages hook registration and firing.
Enums§
- Hook
Point - The 7 hook points in the agent lifecycle.
- Hook
Result - Result of hook execution.
Traits§
- Hook
- Trait for hook implementations.