decapod 0.52.1

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
10
11
12
13
14
//! Core runtime surfaces that map to `core/*` constitution nodes.

pub use crate::core::assets;
pub use crate::core::broker;
pub use crate::core::db;
pub use crate::core::docs_cli;
pub use crate::core::error;
pub use crate::core::migration;
pub use crate::core::proof;
pub use crate::core::repomap;
pub use crate::core::scaffold;
pub use crate::core::schemas;
pub use crate::core::store;
pub use crate::core::validate;