https://github.com/cmangun/agentic-trace-cli
CLI tooling to create, sign, redact, verify, and export verifiable agent traces
https://github.com/cmangun/agentic-trace-cli
agentic-systems audit-trail cli developer-tools rust verifiable-ai
Last synced: about 1 month ago
JSON representation
CLI tooling to create, sign, redact, verify, and export verifiable agent traces
- Host: GitHub
- URL: https://github.com/cmangun/agentic-trace-cli
- Owner: cmangun
- License: mit
- Created: 2026-02-21T18:31:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T10:56:16.000Z (about 2 months ago)
- Last Synced: 2026-04-28T12:33:20.387Z (about 2 months ago)
- Topics: agentic-systems, audit-trail, cli, developer-tools, rust, verifiable-ai
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# agentic-trace-cli
[](https://github.com/cmangun/agentic-trace-cli/actions/workflows/ci.yml)
> Part of the [Agentic Evidence Suite](https://github.com/cmangun/agentic-evidence) — six interoperating components for verifiable agentic AI. See [`REFERENCE-ARCHITECTURE.md`](https://github.com/cmangun/agentic-evidence/blob/main/REFERENCE-ARCHITECTURE.md) for the suite-level architecture.
CLI tooling to create, sign, redact, verify, and export **verifiable agent traces**.
Implements:
- Bundle initialization and event appending
- Hash chaining and receipt emission
- Signature and verification
- Redaction with integrity preservation
- Evidence export (JSON + HTML)
Schema/spec source of truth: [agentic-receipts](https://github.com/cmangun/agentic-receipts)
## Commands (MVP)
| Command | Description |
|---------|-------------|
| \`agentic-trace init\` | Create a new bundle directory |
| \`agentic-trace append\` | Add an event to the trace |
| \`agentic-trace sign\` | Sign all receipts in a bundle |
| \`agentic-trace verify\` | Verify chain integrity + signatures |
| \`agentic-trace redact\` | Redact sensitive fields |
| \`agentic-trace export\` | Export evidence pack (JSON + HTML) |
## Quick Start
\`\`\`bash
agentic-trace init ./demo-bundle
agentic-trace append ./demo-bundle --event fixtures/event.json
agentic-trace sign ./demo-bundle --key ./keys/dev.key
agentic-trace verify ./demo-bundle
\`\`\`
## Suite
This repo is part of the **Agentic Evidence Suite**:
- [agentic-receipts](https://github.com/cmangun/agentic-receipts) (standard)
- [agentic-trace-cli](https://github.com/cmangun/agentic-trace-cli) (tooling)
- [agentic-artifacts](https://github.com/cmangun/agentic-artifacts) (outputs)
- [agentic-policy-engine](https://github.com/cmangun/agentic-policy-engine) (governance)
- [agentic-eval-harness](https://github.com/cmangun/agentic-eval-harness) (scenarios)
- [agentic-evidence-viewer](https://github.com/cmangun/agentic-evidence-viewer) (review UI)
## License
MIT