rsclaw 0.0.1-alpha.1

rsclaw: High-performance AI agent (BETA). Optimized for M4 Max and 2GB VPS. 100% compatible with openclaw
Documentation
#[allow(unused_imports)]
pub mod types;
#[allow(unused_imports)]
pub mod registry;
#[allow(unused_imports)]
pub mod engine;
#[allow(unused_imports)]
pub mod trigger;
#[allow(unused_imports)]
pub mod system;

#[allow(unused_imports)]
pub use types::{Hook, HookEvent, HookPriority, HookMode, HookAction, HookContext, HookResult};
#[allow(unused_imports)]
pub use registry::HookRegistry;
#[allow(unused_imports)]
pub use engine::HookEngine;
#[allow(unused_imports)]
pub use trigger::HookTrigger;
#[allow(unused_imports)]
pub use system::SystemHooks;