diff --git a/agent_bench/config.example.yaml b/agent_bench/config.example.yaml index 23fe539..5b72ca8 100644 --- a/agent_bench/config.example.yaml +++ b/agent_bench/config.example.yaml @@ -19,7 +19,7 @@ agent: type: claude # claude / cursor / custom bin: claude # path to executable timeout: 1800 # per-operator timeout (seconds) - max_retries: 3 # max retries on failure + max_retries: 1 # one attempt only; do not retry on failure budget: 50.0 # per-operator budget (USD, claude only) # Device configuration diff --git a/agent_bench/config.yaml b/agent_bench/config.yaml index 012500b..1accf61 100644 --- a/agent_bench/config.yaml +++ b/agent_bench/config.yaml @@ -19,7 +19,7 @@ agent: type: claude # claude / cursor / custom bin: claude # path to executable timeout: 1800 # per-operator timeout (seconds) - max_retries: 3 # max retries on failure + max_retries: 1 # one attempt only; do not retry on failure budget: 50.0 # per-operator budget (USD, claude only) # Device configuration