Skip to content

cmangun/agentic-evidence-viewer

agentic-evidence-viewer

CI

Part of the Agentic Evidence Suite — six interoperating components for verifiable agentic AI. See REFERENCE-ARCHITECTURE.md for the suite-level architecture.

A drag-drop viewer for agent traces, receipts, policy decisions, and artifacts.

This repo lets a reviewer open a bundle and see:

  • Integrity status (PASS/FAIL) with reasons
  • Trace timeline and event details
  • Policy decisions and required gates
  • Artifact manifests and previews (safe types)
  • Summary metrics (cost/latency/errors)

Bundle and receipt standards:

Quick Start

cd apps/viewer
npm install
npm run dev

Then drag-drop a bundle from examples/bundles/.

Architecture

Bundle (dropped) → Parser → Verifier → Renderer
                              ↓
                    [schema + chain + signature]
                              ↓
                    Integrity Badge (PASS/FAIL)

Views

View Description
Timeline Chronological trace events with expandable details
Policy Allow/deny decisions with rationale and policy hash
Artifacts File explorer with safe previews (text/markdown/JSON)
Metrics Cost, latency, error rates, tool call distribution
Integrity Hash chain verification, signature status

Tech Stack

  • SvelteKit — UI framework
  • TypeScript — Type safety
  • WASM verifier — Client-side hash chain and signature verification

Suite

This repo is part of the Agentic Evidence Suite:

License

MIT

About

Read-only viewer for agentic execution bundles: chain, signatures, redactions.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors