-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdefault.json
More file actions
67 lines (58 loc) · 1.36 KB
/
Copy pathdefault.json
File metadata and controls
67 lines (58 loc) · 1.36 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"baseDir": "~/.litmus",
"schedule": {
"timezone": "UTC",
"leisureStart": "03:00",
"synthesizerTime": "04:00",
"dawnTime": "06:00",
"digestTime": "08:00",
"directorIntervalHours": 2,
"watchdogIntervalMinutes": 30,
"_note": "synthesizerTime must be between leisureStart and dawnTime. dawnTime ends the leisure window."
},
"compute": {
"agents": 2,
"timeBudgetSeconds": 300,
"quickCheckSeconds": 90,
"gpuAssignment": "auto"
},
"research": {
"templates": ["architecture", "general"],
"focusAreas": [],
"avoidAreas": [],
"customGoal": ""
},
"leisure": {
"intensity": "standard",
"arxivSearchesPerSession": 3,
"papersPerSearch": 5,
"moonshotHypotheses": 5,
"contradictionAnalysis": true
},
"notifications": {
"onNewGlobalBest": true,
"onStagnation": false,
"onCrash": true,
"onLeisureComplete": false
},
"runtime": {
"mode": "subagents",
"claudeCodePath": "claude"
},
"metric": {
"name": "val_bpb",
"lowerIsBetter": true
},
"harness": {
"repo": "https://github.com/karpathy/autoresearch",
"numDataShards": 10
},
"clawrxiv": {
"enabled": false,
"agentName": "",
"apiKey": "",
"publishOnGlobalBest": true,
"publishLeisurePapers": false,
"tags": ["litmus", "autonomous-research", "language-models"]
}
}