-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopenclaw.json
More file actions
37 lines (37 loc) · 755 Bytes
/
Copy pathopenclaw.json
File metadata and controls
37 lines (37 loc) · 755 Bytes
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
{
"agents": {
"gstack": {
"workspace": "~/.openclaw/workspace",
"model": "claude-opus-4-6",
"fallback_model": "claude-sonnet-4-6",
"thinking": true,
"skills": {
"enabled": true,
"filter": []
},
"memory": {
"search": true,
"daily_logs": true
}
}
},
"providers": {
"anthropic": {
"type": "anthropic",
"default": true
},
"openai": {
"type": "openai",
"note": "Used by /second-opinion skill for independent code review"
}
},
"skills": {
"directories": [
"~/.openclaw/workspace/skills"
],
"overrides": {
"setup-deploy": { "enabled": false },
"setup-browser": { "enabled": false }
}
}
}