decapod 0.47.18

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
//! Methodology-facing runtime mappings.

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