File size: 1,065 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 30 | schema_version = "1.4"
artifacts = ["/tmp_workspace/results"]
[metadata]
benchmark = "WildClawBench"
source_task_id = "04_Search_Retrieval_task_4_efficient_search"
name = "Search Efficiency Test"
category = "04_Search_Retrieval"
modality = "pure-text"
[agent]
timeout_sec = 600.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 = "", JUDGE_MODEL = "${JUDGE_MODEL:-openai/gpt-4o-mini}", NO_PROXY = "localhost,127.0.0.1,host.docker.internal", OPENROUTER_API_KEY = "${OPENROUTER_API_KEY}", OPENROUTER_BASE_URL = "${OPENROUTER_BASE_URL:-https://openrouter.ai/api/v1}", http_proxy = "", https_proxy = "", no_proxy = "localhost,127.0.0.1,host.docker.internal" }
skills_dir = "/tmp_workspace/.wildclaw/skills"
[environment.healthcheck]
command = "bash /tmp_workspace/.wildclaw/run-warmup.sh"
timeout_sec = 1200.0
interval_sec = 1.0
retries = 1
|