| schema_version = "1.4" | |
| artifacts = ["/tmp_workspace/results"] | |
| [metadata] | |
| benchmark = "WildClawBench" | |
| source_task_id = "02_Code_Intelligence_task_1_sam3_inference" | |
| name = "SAM3 Inference Code Implementation" | |
| 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 | |