ironclaw 0.22.0

Secure personal AI assistant that protects your data and expands its capabilities on the fly
Documentation
1
2
3
4
5
6
//! Safety layer for prompt injection defense.
//!
//! This module re-exports everything from the `ironclaw_safety` crate,
//! keeping `crate::safety::*` imports working throughout the codebase.

pub use ironclaw_safety::*;