https://github.com/cmangun/agentic-artifacts
Artifact manifests and provenance rules for integrity-preserved agent outputs
https://github.com/cmangun/agentic-artifacts
agentic-systems data-integrity data-lineage manifest provenance slsa verifiable-ai
Last synced: about 1 month ago
JSON representation
Artifact manifests and provenance rules for integrity-preserved agent outputs
- Host: GitHub
- URL: https://github.com/cmangun/agentic-artifacts
- Owner: cmangun
- License: mit
- Created: 2026-02-21T18:31:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T19:26:15.000Z (about 2 months ago)
- Last Synced: 2026-04-28T20:30:54.072Z (about 2 months ago)
- Topics: agentic-systems, data-integrity, data-lineage, manifest, provenance, slsa, verifiable-ai
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# agentic-artifacts
[](https://github.com/cmangun/agentic-artifacts/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.
Artifact manifests and provenance rules for **integrity-preserved agent outputs**.
This repo defines how agent outputs (documents, patches, datasets, images) are:
- Hashed for integrity verification
- Referenced from trace events via provenance links
- Bundled portably for review
- Verified independently
Source receipts/trace semantics: [agentic-receipts](https://github.com/cmangun/agentic-receipts)
## Contents
- `schemas/` — Artifact manifest JSON schema
- `spec/` — Artifact, provenance, and diff-format specifications
- `examples/` — Example bundles with report and code patch artifacts
- `lib/` — Reference implementations (Rust, Python)
## License
MIT