agent metrics tier-success
ddx agent metrics tier-success
Report success rate per harness/model tier from execution evidence
Synopsis
Scan .ddx/executions/*/result.json and aggregate execution outcomes into per-tier success rates. A tier is identified by harness alone when the result has no model field, or by harness/model when a concrete model is recorded. Success is defined as outcome == “task_succeeded”.
ddx agent metrics tier-success [flags]Options
-h, --help help for tier-success
--json Output JSON
--last int Limit to most recent N attempts (0 = all)Options inherited from parent commands
--config string config file (default is $HOME/.ddx.yml)
--library-base-path string override path for DDx library location
-v, --verbose verbose outputSEE ALSO
- ddx agent metrics - Analytics over agent execution evidence