orra 0.0.2

Context-aware agent session management for any application
Documentation
1
2
3
4
5
6
7
8
//! Built-in hook implementations for common agent lifecycle patterns.
//!
//! These hooks can be registered with a [`HookRegistry`](crate::hook::HookRegistry)
//! to add logging, tool approval, working directory injection, and more.

pub mod approval;
pub mod logging;
pub mod working_directory;