An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# agentic-artifacts

[![CI](https://github.com/cmangun/agentic-artifacts/actions/workflows/ci.yml/badge.svg)](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