meld 1.1.5

Deterministic filesystem state management using Merkle trees
Documentation
1
2
3
4
5
6
7
8
9
10
//! Agent access to the context engine.
//!
//! Contract and implementation for agents to read context, write frames, and
//! generate frames via context facade contracts only.

pub mod context_api;
pub mod contract;

pub use context_api::ContextApiAdapter;
pub use contract::AgentAdapter;