schema_version = "1.4" artifacts = ["/tmp_workspace/results"] [metadata] benchmark = "WildClawBench" source_task_id = "05_Creative_Synthesis_task_4_video_notes" name = "Video Lecture Notes Generation" category = "05_Creative_Synthesis" 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 = "", 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