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.
evals/suite.yamldefines the task cases and inline runtime config.
bun agentv eval examples/features/trials/evals/suite.yamlEdit 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