Skip to main content

Crate evidential_protocol

Crate evidential_protocol 

Source
Expand description

§Evidential Protocol

Matsés + Kusunda inspired epistemic metadata for AI agent systems. Every claim declares how it knows.

§Subsystems

  • types — Core EP/1.0 types (EvidenceClass, Evidence, TrustScore, etc.)
  • schema — JSON schema generation and envelope formatting
  • validate — Validation rules for claims and evidence
  • audit — Bilateral audit ledger with indexed queries
  • provenance — Root provenance tracing through claim chains
  • fingerprint — Behavioral fingerprinting and anomaly detection
  • ergative — Role-based permission gating for tools
  • attestation — SHA-256 content attestation and Solana memo formatting
  • scoring — Continuous multi-axis scoring engine

Re-exports§

pub use schema::*;
pub use types::*;
pub use validate::*;

Modules§

attestation
Content Attestation for the Evidential Protocol.
audit
Bilateral Audit Ledger for the Evidential Protocol.
ergative
Ergative Permission Model for the Evidential Protocol.
fingerprint
Behavioral Fingerprinting for the Evidential Protocol.
provenance
Root Provenance Tracing for the Evidential Protocol.
schema
Builders, utilities, and content-marker helpers for the Evidential Protocol.
scoring
Continuous Multi-Axis Scoring for the Evidential Protocol.
types
Core types for the Evidential Protocol.
validate
Validation for EP/1.0 structures.