Skip to content

Run History

Track your agent's resilience over time by comparing runs.

Enable history

# .agentbreak/application.yaml
history:
  enabled: true

Label your runs

agentbreak serve --label "baseline - no retries"

Run your agent, stop the proxy, then start a new run:

agentbreak serve --label "added retry logic"

View past runs

agentbreak history

Compare runs

agentbreak history compare 1 2

This shows a side-by-side diff of two runs — scores, fault counts, and outcomes — so you can see if your changes improved resilience.

Show run details

agentbreak history show 1