Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Use the delegation policy simulator to translate those scores into a next-step a

[examples/reports/delegation-policy.html](examples/reports/delegation-policy.html)

See a failure replay that contrasts a good delegated run with a bad busywork run, then shows how the failed trace changes the next autonomy decision:

[examples/reports/failure-replay.html](examples/reports/failure-replay.html)

Generate the compact SVG badge from the same public summary data:

```bash
Expand Down
2 changes: 2 additions & 0 deletions examples/reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ PYTHONPATH=src python -m agent_scorecard.cli --batch-dir examples/traces --summa
```

Open `portfolio-viewer.html` for the public score summary, then use `delegation-policy.html` to turn the same sample data into an autonomy decision: give more permissions, keep supervised, or stop delegation until fixed.

Open `failure-replay.html` to see the public-safe contrast between a good delegated run and a bad busywork run, including the artifact, verification, privacy, handoff, and autonomy-decision differences.
Loading
Loading