File size: 841 Bytes
6b4c0fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
schema_version = "1.4"
artifacts = ["/tmp_workspace/results"]

[metadata]
benchmark = "WildClawBench"
source_task_id = "02_Code_Intelligence_task_2_sam3_debug"
name = "SAM3 Model Bug Debugging"
category = "02_Code_Intelligence"
modality = "multimodal"

[agent]
timeout_sec = 1200.0

[verifier]
environment_mode = "shared"
timeout_sec = 600.0

[environment]
docker_image = "wildclawbench-ubuntu:v1.3"
workdir = "/tmp_workspace"
network_mode = "public"
env = { BRAVE_API_KEY = "${BRAVE_API_KEY:-}", HTTPS_PROXY = "", HTTP_PROXY = "", NO_PROXY = "localhost,127.0.0.1,host.docker.internal", http_proxy = "", https_proxy = "", no_proxy = "localhost,127.0.0.1,host.docker.internal" }

[environment.healthcheck]
command = "bash /tmp_workspace/.wildclaw/run-warmup.sh"
timeout_sec = 1200.0
interval_sec = 1.0
retries = 1