fbzz/readproof

fbzz★ 0Go最后同步: 2026-08-21

在 GitHub 打开

Readproof — the lockfile and replay primitive for what AI agents read: stable identity, freshness policy, content-addressed snapshots, per-run manifests, diff, byte-exact replay, evidence bundles.

README 摘要

Website · Docs · Install · Quickstart · Example agent · MCP · DeepSeek Harness · Roadmap Readproof gives every document an AI agent reads a stable identity, a freshness policy, and a content-addressed snapshot — and records every run as a manifest you can diff, replay byte for byte without touching the live source, and hand over as evidence. Models are probabilistic, but many context failures are infrastructural. Agent reliability is bounded by context reliability. It is not a vector database, not an observability tool, not a prompt registry, not a memory system. It sits underneath those and makes their inputs reproducible. Install-time lockfiles (Microsoft APM, skills-lock.json ) pin an agent's static configuration; Readproof pins the runtime documents, per run . Sixty seconds, end to end 1. Give a document an identity and a freshness policy, then record a run. 2. The source changes. A later run picks it up — and the diff says exactly why. 3. Replay the first run from the store — the file is gone or changed, the bytes are not — and prove it. SHA256(original) == SHA256(replay) is a test, not a slogan: the reference demo asserts it over SQLite, over Postgres + MinIO, and over a real…

在 GitHub 查看完整 README →
Agent/智能体agentsai-agentsauditdsh-pluginevidencegollmlockfile

分类