Architecture
Layered decoupling and Trusted Infrastructure Services matrix design
Five-Layer Architecture System
Evidence Graph Structure
The evidence graph uses a directed acyclic graph (DAG) to accurately capture the agent execution trail: Events link Artifacts and Identities via generatedBy/used semantics, while precededBy locks causal sequencing.
Data Flow
Complete closed loop from action capture to independent verification
-
AI Agent executes mission-critical tasks and triggers action capture
-
Evidence MCP captures and standardizes Artifacts and Events
-
Compute cryptographic hash digests of artifacts and events
-
Generate asymmetric digital signatures using agent private key
-
Build causal graphs and construct Merkle integrity proofs
-
Seal and package into standardized .aep evidence container
-
Any third party verifies independently offline or online
Evidence Package Container Format
The .aep evidence package is a standardized, out-of-the-box container hermetically sealing manifest specifications, identity metadata, artifact digests, causal event chains, Merkle proofs, and digital signatures.
evidence.aep/
├── manifest.json
├── metadata/
│ └── identity/
├── artifacts/
├── events/
├── evidence_graph/
├── merkle/
└── signature/
├── signature.json
└── signature.pub