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 formattingvalidate— Validation rules for claims and evidenceaudit— Bilateral audit ledger with indexed queriesprovenance— Root provenance tracing through claim chainsfingerprint— Behavioral fingerprinting and anomaly detectionergative— Role-based permission gating for toolsattestation— SHA-256 content attestation and Solana memo formattingscoring— Continuous multi-axis scoring engine
Re-exports§
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.