File size: 992 Bytes
f7a43ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
schema_version = "1.1"

[task]
name = "apodex-ai/task-042-rrde-orr-selectivity"
description = "由多转速RRDE校正 H2O2 传输损失并判定氧还原 2e/4e 路径"
authors = [{ name = "Apodex AI & GADE Union" }]
keywords = []

[metadata]
frontierchallenge_task_id = "task_042_rrde_orr_selectivity"
difficulty = "hard"
category = "实验电化学数据处理:RRDE iR/N2 背景校正、收集效率标定、过氧化氢传输损失、ORR 选择性与 Koutecky–Levich 动力学"

[agent]
user = "mambauser"
timeout_sec = 3600.0
network_mode = "public"

[verifier]
timeout_sec = 300.0

[verifier.env]
JUDGE_API_KEY = "${JUDGE_API_KEY}"
JUDGE_API_ENDPOINT = "${JUDGE_API_ENDPOINT}"
JUDGE_MODEL = "gpt-5.6-sol"
JUDGE_REASONING_EFFORT = "high"
JUDGE_REPEATS = "3"

[environment]
network_mode = "public"
build_timeout_sec = 1800.0
cpus = 2
memory_mb = 4096
storage_mb = 2048
gpus = 0

# LOCAL_SMOKE_ONLY: agent network changed to public because macOS Docker cannot enforce Harbor allowlists.