decapod 0.59.4

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
7
8
9
//! Interface contract mappings for constitution-aligned code navigation.

pub use crate::core::broker;
pub use crate::core::db;
pub use crate::core::schemas;
pub use crate::core::store;
pub use crate::core::todo;
pub use crate::core::validate;
pub use crate::plugins::verify;