File size: 1,017 Bytes
f1720ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "task_id": "portfolio_risk_calibration",
  "name": "Portfolio Risk Calibration",
  "category": "Professional Knowledge Work",
  "base_image": "python",
  "platform": "linux/amd64",
  "internet": false,
  "cwd": "/home/workspace",
  "submit_paths": [
    "portfolio_optimizer.py",
    "requirements.txt",
    "backtest_results.json"
  ],
  "submit_exclude": [
    ".git",
    "__pycache__",
    "*.pyc",
    "node_modules",
    "bin",
    "obj"
  ],
  "work": {
    "image_tag": "e9e47d60871d",
    "specs_dir": null,
    "agent_query": "Read the complete task instructions in `/home/workspace/task_instruction.md`, and complete the task according to those requirements. The final deliverables must be written to the file paths specified in `task_instruction.md`.\n"
  },
  "judge": {
    "image_tag": "08fe0a4bad80",
    "eval_cmd": "cd /home/workspace && python3 scoring/score.py",
    "eval_timeout": 600,
    "parser": "structured_json",
    "score_direction": "maximize",
    "selection": "score_first"
  }
}