effectfence 0.2.0

Causal concurrency fence for multi-agent tool calls: an intent ledger, OCC read-sets, and atomic CAS domain reservation stop double-execution — same-instant races and late duplicate retries alike. Ships as a library and an MCP server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod fence;

#[cfg(feature = "pqc")]
pub mod pqc;

#[cfg(feature = "mcp-server")]
pub mod wrap;

#[cfg(feature = "mcp-server")]
pub mod probe;

#[cfg(feature = "mcp-server")]
pub mod demo;