Run of the Week #2: deterministic Incident Response World #11
tonyhyworld
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A rejected action is part of the result
TraceArena's public Incident Response World is a small, deterministic, non-financial benchmark for long-horizon agent evaluation.
Two roles share the same synthetic evidence and move through:
acknowledge → mitigate → health check → resolveThe reference fixture deliberately attempts to declare the incident resolved before a passing health check. The world rejects that action with:
passing_health_check_requiredThe replay then records the accepted health check and settles the final state as:
incident_status: resolvedservice_health: 100evidence_quality: 100response_progress: 100Run it locally:
python3 examples/incident_response_world/scripts/replay.py \ examples/incident_response_world/tests/fixture.json python3 -m unittest discover -s examples/incident_response_world/tests -p 'test_*.py'Links:
What dependency, evidence rule, or failure category should a long-horizon agent benchmark make explicit next?
Beta Was this translation helpful? Give feedback.
All reactions