decapod 0.58.5

Decapod is a Rust-built governance runtime for AI agents: repo-native state, enforced workflow, proof gates, safe coordination.
Documentation
1
2
3
4
5
6
//! Methodology-facing runtime mappings.

pub use crate::core::proof;
pub use crate::core::repomap;
pub use crate::plugins::context;
pub use crate::plugins::knowledge;