-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathreference-config.json
More file actions
93 lines (93 loc) · 1.8 KB
/
reference-config.json
File metadata and controls
93 lines (93 loc) · 1.8 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"messages": {
"ackReactionScope": "group-mentions"
},
"agents": {
"defaults": {
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"compaction": {
"mode": "safeguard"
},
"workspace": "/root/clawd",
"models": {
"openrouter/auto": {
"alias": "OpenRouter"
},
"openrouter/anthropic/claude-sonnet-4": {}
},
"model": {
"primary": "openrouter/anthropic/claude-sonnet-4"
}
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "ce15e887a12a7960bb3424973efac6049f4477a70c238fbe"
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"auth": {
"profiles": {
"openrouter:default": {
"provider": "openrouter",
"mode": "api_key"
}
}
},
"plugins": {
"load": {
"paths": [
"/root/moltbot/extensions/matrix"
]
},
"entries": {
"matrix": {
"enabled": true
}
}
},
"channels": {
"matrix": {
"enabled": true,
"homeserver": "http://localhost:8008",
"accessToken": "syt_Y2xhd2Rib3Q_mFqLdhOsSGlRRGLevIEl_2e4tPb",
"deviceName": "Clawdbot Gateway V4",
"encryption": true
}
},
"skills": {
"install": {
"nodeManager": "pnpm"
}
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"session-memory": {
"enabled": true
}
}
}
},
"wizard": {
"lastRunAt": "2026-01-28T08:18:01.123Z",
"lastRunVersion": "2026.1.24-1",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"meta": {
"lastTouchedVersion": "2026.1.24-1",
"lastTouchedAt": "2026-01-28T08:18:01.139Z"
}
}