-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
62 lines (45 loc) · 1.61 KB
/
Copy pathllms.txt
File metadata and controls
62 lines (45 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# verifiable-agent-demo
Repository name: verifiable-agent-demo
One-line role: reviewer-facing minimal demo for verifiable agent execution evidence.
Mainline category: runnable demo and reviewer walkthrough in the Agent Evidence / Operation Accountability Profile mainline.
Primary entry points:
- `README.md`
- `AGENTS.md`
- `demo/`
- `examples/enterprise_sandbox_demo/`
- `Makefile`
Important files:
- `scripts/run_demo.sh`
- `scripts/run_mvk_aep_bridge_demo.sh`
- `artifacts/demo_output/`
- `artifacts/enterprise_sandbox_demo/`
- `DEMO_RECEIPT_VALIDATION_REPORT.md`
Safe commands:
```bash
python3 -m demo.agent
bash scripts/run_demo.sh
python3 examples/enterprise_sandbox_demo/run.py
make mvk-aep-bridge-dry-run
```
Outputs:
- intent input
- execution trace
- evidence bundle
- replay verdict
- audit receipt
- reviewer-facing local artifacts
Non-goals:
- not the main specification repository
- not a general Artificial Intelligence (AI, 人工智能) agent framework
- not the canonical evidence packaging implementation
- not post-execution audit ownership
- not legal non-repudiation or compliance certification
Related repositories:
- `agent-evidence`: evidence packaging, validation, verification, receipts, and review packs
- `fdo-kernel-mvk`: execution-integrity proof path
- `digital-biosphere-architecture`: architecture and discovery hub
- `aro-audit`: post-execution audit and receipt review layer
- `token-governor`: pre-execution governance layer
Citation notes:
Use this repository as the shortest runnable demo path for reviewers. Use
`agent-evidence` for canonical evidence profile and bundle verification claims.