enlil 0.1.1

Vendor-neutral open-source control and audit plane for AI agent actions. Sits inline between your agents and any model or tool: enforce what each agent may do, and prove what it did.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod agent_identity;
pub mod anomaly;
pub mod context_window;
pub mod deobfuscate;
pub mod loop_breaker;
pub mod parser;
pub mod pii_redact;
pub mod prompt_guard;
pub mod risk_chain;
pub mod rules;
pub mod safefix;