Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Repeat Runs

This example keeps the runnable contract in one eval file. Top-level target selects the system under test and evaluate_options.repeat configures repeated attempts.

Files

  • evals/suite.yaml defines the task cases and inline runtime config.

Run

bun agentv eval examples/features/trials/evals/suite.yaml

Edit evaluate_options.repeat.count to change how many attempts AgentV makes for each case:

evaluate_options:
  repeat:
    count: 2
    strategy: pass_any
    early_exit: false
  budget_usd: 1.00