decapod 0.47.36

Decapod is the daemonless, local-first control plane that agents call on demand to align intent, enforce boundaries, and produce proof-backed completion across concurrent multi-agent work. 🦀
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;