decapod 0.47.35

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

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;