panopticon init
This commit is contained in:
36
config.json
Normal file
36
config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"name": "snow_trail",
|
||||
"path": "/home/jonas/projects/snow_trail",
|
||||
"language": "rust",
|
||||
"sourceGlobs": ["src/**/*.rs", "shaders/**/*.wgsl"],
|
||||
"excludeGlobs": ["target/**", "*.lock"],
|
||||
"branch": "main"
|
||||
}
|
||||
],
|
||||
"models": {
|
||||
"orchestrator": "anthropic/claude-sonnet-4-5",
|
||||
"worker": "anthropic/claude-haiku-4-5",
|
||||
"synthesizer": "anthropic/claude-sonnet-4-5"
|
||||
},
|
||||
"thinkingLevels": {
|
||||
"orchestrator": "medium",
|
||||
"worker": "off",
|
||||
"synthesizer": "low"
|
||||
},
|
||||
"metrics": {
|
||||
"enabled": true,
|
||||
"victoriaMetricsUrl": "http://localhost:8428",
|
||||
"jobLabel": "panopticon"
|
||||
},
|
||||
"limits": {
|
||||
"maxWorkerConcurrency": 4,
|
||||
"maxDiffSizeBytes": 200000,
|
||||
"maxFilesPerWorkUnit": 15,
|
||||
"workerTimeoutSeconds": 120,
|
||||
"synthesizerTimeoutSeconds": 180
|
||||
},
|
||||
"stateDir": "./state",
|
||||
"runsDir": "./runs"
|
||||
}
|
||||
Reference in New Issue
Block a user