Skip to content

Add --retry-errors CLI flag to re-run only execution errors #433

@christso

Description

@christso

Context

Follow-up from #431 (execution status classification).

Request

Add agentv run --retry-errors <previous-output.jsonl> that reads a previous eval output, filters for results with execution_status === 'execution_error', and re-runs only those test cases.

Why

When infrastructure issues (missing runtime, network timeout) cause execution errors, users shouldn't have to re-run the entire eval suite. They should be able to fix the environment and re-run just the failed cases.

Design

  • Read JSONL output file
  • Filter for execution_status === 'execution_error'
  • Extract test IDs
  • Re-run eval with --filter set to those test IDs
  • Merge results into a new output file

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions