Initial commit: OpenClaw configuration and Jarvis workspace
This commit is contained in:
82
openclaw.json.bak.2
Normal file
82
openclaw.json.bak.2
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.2-3",
|
||||
"lastTouchedAt": "2026-02-05T04:43:03.517Z"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-05T01:12:37.041Z",
|
||||
"lastRunVersion": "2026.2.2-3",
|
||||
"lastRunCommand": "onboard",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"update": {
|
||||
"checkOnStart": true
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "anthropic/claude-3-5-sonnet-20240620"
|
||||
},
|
||||
"models": {
|
||||
"amazon-bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0": {},
|
||||
"anthropic/claude-3-5-sonnet-20240620": {}
|
||||
},
|
||||
"workspace": "/home/jramos/.openclaw/workspace",
|
||||
"compaction": {
|
||||
"mode": "safeguard"
|
||||
},
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 8
|
||||
}
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"ackReactionScope": "group-mentions"
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto"
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "5d1556913de8d28a8a1785b304f3c2bfc893918d72214998"
|
||||
},
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"install": {
|
||||
"nodeManager": "npm"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"anthropic:default": {
|
||||
"provider": "anthropic",
|
||||
"mode": "api_key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"discord": {
|
||||
"enabled": true,
|
||||
"token": "MTQ2ODY5NDg4MTkxMTE3NzM3OA.GLhe-S.Yk13fRO9VkVcYApxNcUkto-AGnuKU8YBi8V8ZI",
|
||||
"groupPolicy": "allowlist",
|
||||
"guilds": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user