RFTSystems commited on
Commit
a607ce7
Β·
verified Β·
1 Parent(s): d6d06cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -42
README.md CHANGED
@@ -10,62 +10,56 @@ pinned: true
10
  short_description: 'Start here: verify agent runs with receipts, replays, diffs.'
11
  license: other
12
  thumbnail: >-
13
- https://cdn-uploads.huggingface.co/production/uploads/685edcb04796127b024b4805/nX59TmzGS6YkzPd5j1kyW.png
14
  ---
 
15
  # RFTSystems β€” Agent Forensics Suite (START HERE)
16
 
17
- **Evidence-first instrumentation for AI agents.**
18
- Audit, prove, replay, and diff agent runs β€” turning β€œtrust me” into verification.
19
 
20
  ## Why this exists
21
- AI is being shipped into real systems faster than teams can reliably reproduce or explain agent behaviour. When an agent fails, too many postmortems still rely on screenshots, partial logs, and opinions β€” not evidence.
22
-
23
- The deeper risk is that **nobody can prove what happened**: what the agent saw, what it called, what it wrote, and where the run diverged. When failures are unreproducible, accountability collapses.
24
 
25
- RFTSystems exists to make agent behaviour **inspectable and independently verifiable**. This suite produces artifacts you can share and validate: hash-chained timelines, tamper-evident receipts, deterministic replays, and first-divergence diffs. You don’t need to trust the author β€” you can verify the evidence.
26
 
27
- ## Workflow
28
- **learn β†’ generate proof β†’ record reality β†’ seal it β†’ diff it β†’ audit it β†’ benchmark it**
29
 
30
- ### Quick start (60 seconds)
31
- 1. Open **ReplayProof** and run a deterministic session.
32
- 2. Export the run bundle (receipts + hashes).
33
- 3. Upload the bundle to verify integrity, then share it β€” anyone can replay it.
34
-
35
- ### Full pipeline (real systems)
36
- 1. **Record reality** (Agent Flight Recorder)
37
- 2. **Seal it** into receipts (RFT Memory Receipt Engine)
38
- 3. **Diff** two runs and find first divergence (TimelineDiff)
39
- 4. **Audit** state transitions and governance evidence (TrustStack)
40
- 5. **Benchmark** verifiable performance signals (Coherent Compute Engine)
41
 
42
  ## The labs
43
- - **ReplayProof Agent POV Verified Replay** β€” Fast proof: generate a deterministic run bundle you can verify and replay anywhere.
44
- - **Agent Flight Recorder** β€” Chain-of-custody logging: hash-chained events across prompts, tools, outputs, and memory reads/writes.
45
- - **RFT Memory Receipt Engine** β€” Proof layer: generate/download tamper-evident receipts; upload to independently verify integrity.
46
- - **TimelineDiff Differential Reproducibility** β€” First divergence: align two run bundles and pinpoint exactly where/why they split.
47
- - **TrustStack Console** β€” Audit cockpit: inspect runs, compare state, and trace exactly what changed and why.
48
- - **Coherent Compute Engine** β€” Verification-first benchmark: live throughput + stability/energy behaviour + downloadable receipt.
49
-
50
- ## Design principle
51
- We don’t β€œimprison” agents. We measure drift from declared intent and produce evidence. Enforcement remains an operator decision; this suite is the instrumentation layer.
52
 
53
- ## Licence / Rights Notice
54
- All materials contained in or associated with this repository β€” including but not limited to text, code, algorithms, equations, figures, datasets, and documentation β€” are original works authored by Liam Grinstead and form part of the Rendered Frame Theory (RFT) research framework.
 
55
 
56
- These works are protected under the following laws and treaties:
 
 
57
 
58
- - Copyright, Designs and Patents Act 1988 (UK) β€” ss.1–103 and ss.77–89
59
- - Trade Secrets (Enforcement etc.) Regulations 2018 (UK) β€” Regs.2–6
60
- - Copyright and Rights in Databases Regulations 1997 (UK) β€” Regs.14–24
61
- - Berne Convention β€” Arts.5(2) & 6bis
62
- - TRIPS Agreement β€” Arts.9–14
63
 
64
- All rights are reserved.
 
 
65
 
66
- No part of this work may be copied, reproduced, distributed, performed, displayed, trained upon by AI systems, reverse-engineered, or used to create derivative works without the author’s explicit written consent.
 
 
67
 
68
- Verification: Each record is timestamped through the Zenodo/DataCite registry and may reference the master DOI: https://doi.org/10.5281/zenodo.17460107 as the consolidated legal and authorship archive.
 
 
69
 
70
- Β© 2025 Liam Grinstead β€” All Rights Reserved.
71
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  short_description: 'Start here: verify agent runs with receipts, replays, diffs.'
11
  license: other
12
  thumbnail: >-
13
+ https://cdn-uploads.huggingface.co/production/uploads/
14
  ---
15
+
16
  # RFTSystems β€” Agent Forensics Suite (START HERE)
17
 
18
+ Evidence-first instrumentation for AI agents and safety decisions.
19
+ Audit, prove, replay, and diff runs β€” turning β€œtrust me” into verification.
20
 
21
  ## Why this exists
22
+ AI is being deployed faster than teams can reproduce failures, attribute responsibility, or prove what changed.
23
+ The unacceptable part isn’t that systems fail β€” it’s that **nobody can prove what happened**.
 
24
 
25
+ This suite exists to make runs **inspectable and independently verifiable**.
26
 
27
+ ## The workflow
28
+ **learn β†’ generate proof β†’ record reality β†’ seal it β†’ replay β†’ diff β†’ audit β†’ benchmark**
29
 
30
+ ## Quick start (60 seconds)
31
+ 1. Open **AuditPlane** and generate a baseline suite (signed receipts + Merkle proofs).
32
+ 2. Replay the same suite and confirm **drift diffs**.
33
+ 3. Export the offline bundle so anyone can verify it without trusting you.
 
 
 
 
 
 
 
34
 
35
  ## The labs
36
+ - **AuditPlane β€” LLM Decision Proofs**
37
+ Ed25519-signed receipts + hash-chained runs + replay + drift diffs + Merkle proofs
38
+ https://huggingface.co/spaces/RFTSystems/AuditPlane__LLM_Decision_Proofs
 
 
 
 
 
 
39
 
40
+ - **ReplayProof β€” Agent POV Verified Replay**
41
+ Deterministic run bundles you can replay and verify anywhere
42
+ https://huggingface.co/spaces/RFTSystems/ReplayProof__Agent_POV__Verified_Replay
43
 
44
+ - **Agent Flight Recorder**
45
+ Hash-chained event logging across prompts, tools, outputs, and memory reads/writes
46
+ https://huggingface.co/spaces/RFTSystems/Agent_Flight_Recorder
47
 
48
+ - **RFT Memory Receipt Engine**
49
+ Generate and verify tamper-evident receipts for agent state/memory
50
+ https://huggingface.co/spaces/RFTSystems/RFT_Memory_Receipt_Engine
 
 
51
 
52
+ - **TimelineDiff β€” Differential Reproducibility**
53
+ Align two bundles and pinpoint the first divergence
54
+ https://huggingface.co/spaces/RFTSystems/TimelineDiff__Differential_Reproducibility
55
 
56
+ - **TrustStack Console**
57
+ Audit cockpit: inspect runs, compare state, trace what changed and why
58
+ https://huggingface.co/spaces/RFTSystems/TrustStack_Console
59
 
60
+ - **Coherent Compute Engine**
61
+ Verification-first benchmark with downloadable receipts
62
+ https://huggingface.co/spaces/RFTSystems/Coherent_Compute_Engine
63
 
64
+ ## Principle
65
+ No receipts β†’ no claims.