idprova-core 0.1.1

Core library for IDProva — AI agent identity, delegation, and audit
Documentation
1
2
3
4
5
//! Trust framework — hierarchical trust levels L0-L4.

pub mod level;

pub use level::TrustLevel;