Skip to main content

Module protocols

Module protocols 

Source
Expand description

Shared protocols for agent coordination and reliability.

Inspired by production-grade agent systems, these protocols provide:

  • Receipt Protocol: Verifiable task completion with artifacts and metrics
  • Freshness Protocol: Data volatility awareness to prevent stale information

Re-exports§

pub use freshness::FreshnessProtocol;
pub use freshness::VolatilityTier;
pub use receipt::TaskReceipt;
pub use receipt::ReceiptStore;

Modules§

freshness
Freshness Protocol — Data Volatility Awareness
receipt
Receipt Protocol — Verifiable Task Completion