Skip to main content
agentcompass summary recomputes benchmark aggregate metrics from task results in an existing run directory and updates the summary files. It does not rerun agents, verifiers, or analyzers.

Regenerate a Summary

RUN-DIR should point to the complete AgentCompass result directory, not its details/ subdirectory:
AgentCompass reads the saved task results and recomputes metrics with the corresponding benchmark’s aggregation logic. By default, it creates or replaces summary.md and the internal .summary_counts.json file in place without modifying task results.

Preview the Summary

Use --dry-run to preview the new summary.md in the terminal before writing files:
This mode does not update any files in the run directory.

Parameters

You normally do not need --config or --benchmark-params. Use them only when an older run lacks fields needed for aggregation or when you intentionally want different aggregation parameters. They affect only this summary operation and do not reevaluate tasks.