Initial commit: OpenClaw configuration and Jarvis workspace
This commit is contained in:
51
openclaw.json.bak.4
Normal file
51
openclaw.json.bak.4
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"messages": {
|
||||
"ackReactionScope": "group-mentions"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 8
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard"
|
||||
},
|
||||
"workspace": "/home/jramos/.openclaw/workspace",
|
||||
"model": {
|
||||
"primary": "amazon-bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0"
|
||||
},
|
||||
"models": {
|
||||
"amazon-bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"mode": "local",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "5d1556913de8d28a8a1785b304f3c2bfc893918d72214998"
|
||||
},
|
||||
"port": 18789,
|
||||
"bind": "loopback",
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"install": {
|
||||
"nodeManager": "npm"
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-05T01:12:37.041Z",
|
||||
"lastRunVersion": "2026.2.2-3",
|
||||
"lastRunCommand": "onboard",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.2-3",
|
||||
"lastTouchedAt": "2026-02-05T01:12:37.060Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user