File size: 529 Bytes
a4e4cb2 | 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 | version = "1.0"
[metadata]
task_id = "E3-LS5-T5"
environment = "data-processing-structured-query"
skill_id = "E3-LS5"
skill = "result-sanity-reconciliation"
split = "evaluation"
role = "adversarial"
difficulty = "medium"
gap_exposure = "logic-correctness-trap"
[verifier]
timeout_sec = 600.0
env = { PROJECT_ROOT = "/root/task", HARBOR_LOG_DIR = "/logs/verifier" }
[agent]
timeout_sec = 600.0
[environment]
build_timeout_sec = 900.0
cpus = 1
memory_mb = 4096
storage_mb = 10240
allow_internet = true
|