Files
swarm-master/openclaw/openclaw.json.clobbered.2026-04-24T19-09-09-519Z
2026-06-04 13:29:47 -07:00

790 lines
19 KiB
Plaintext

{
"meta": {
"lastTouchedVersion": "2026.4.21",
"lastTouchedAt": "2026-04-22T18:54:53.478Z"
},
"wizard": {
"lastRunAt": "2026-04-09T22:23:03.566Z",
"lastRunVersion": "2026.4.9",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"secrets": {
"providers": {
"filemain": {
"source": "file",
"path": "/home/openclaw/.openclaw/secrets.json",
"mode": "json"
}
},
"defaults": {
"file": "filemain"
}
},
"auth": {
"profiles": {
"github-copilot:github": {
"provider": "github-copilot",
"mode": "token"
},
"anthropic:manual": {
"provider": "anthropic",
"mode": "token"
},
"zai:default": {
"provider": "zai",
"mode": "api_key"
},
"anthropic:default": {
"provider": "anthropic",
"mode": "token"
},
"openai-codex:william.valentin.info@gmail.com": {
"provider": "openai-codex",
"mode": "oauth"
}
}
},
"models": {
"mode": "replace",
"providers": {
"zai": {
"baseUrl": "https://api.z.ai/api/coding/paas/v4",
"api": "openai-completions",
"models": [
{
"id": "glm-5",
"name": "GLM-5",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 1,
"output": 3.2,
"cacheRead": 0.2,
"cacheWrite": 0
},
"contextWindow": 202800,
"maxTokens": 131100
},
{
"id": "glm-5-turbo",
"name": "GLM-5 Turbo",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 1.2,
"output": 4,
"cacheRead": 0.24,
"cacheWrite": 0
},
"contextWindow": 202800,
"maxTokens": 131100
},
{
"id": "glm-4.7",
"name": "GLM-4.7",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.6,
"output": 2.2,
"cacheRead": 0.11,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
},
{
"id": "glm-4.7-flash",
"name": "GLM-4.7 Flash",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.07,
"output": 0.4,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 131072
},
{
"id": "glm-4.7-flashx",
"name": "GLM-4.7 FlashX",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.06,
"output": 0.4,
"cacheRead": 0.01,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 128000
},
{
"id": "glm-4.6",
"name": "GLM-4.6",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.6,
"output": 2.2,
"cacheRead": 0.11,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
},
{
"id": "glm-4.6v",
"name": "GLM-4.6V",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0.3,
"output": 0.9,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 32768
},
{
"id": "glm-4.5",
"name": "GLM-4.5",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.6,
"output": 2.2,
"cacheRead": 0.11,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
},
{
"id": "glm-4.5-air",
"name": "GLM-4.5 Air",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.2,
"output": 1.1,
"cacheRead": 0.03,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
},
{
"id": "glm-4.5-flash",
"name": "GLM-4.5 Flash",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
},
{
"id": "glm-4.5v",
"name": "GLM-4.5V",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0.6,
"output": 1.8,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 64000,
"maxTokens": 16384
},
{
"id": "glm-5.1",
"name": "GLM-5.1",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
}
]
},
"local": {
"baseUrl": "http://192.168.153.130:18806/v1",
"api": "openai-completions",
"models": [
{
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "github-copilot/claude-sonnet-4.6",
"fallbacks": [
"zai/glm-5.1",
"zai/glm-5",
"zai/glm-4.7",
"openai-codex/gpt-5.3-codex",
"openai-codex/gpt-5.4",
"openai-codex/gpt-5.3-codex-spark",
"openai/gpt-5.2",
"openai/gpt-5.3-codex",
"github-copilot/gpt-5.3-codex",
"github-copilot/gpt-5.4",
"github-copilot/grok-code-fast-1",
"github-copilot/claude-opus-4.5",
"github-copilot/claude-opus-4.6",
"github-copilot/claude-sonnet-4.5",
"github-copilot/claude-sonnet-4.6",
"github-copilot/gemini-2.5-pro",
"github-copilot/gemini-3-flash-preview",
"github-copilot/gemini-3-pro-preview",
"github-copilot/gemini-3.1-pro-preview",
"github-copilot/gpt-5",
"github-copilot/gpt-5-mini",
"github-copilot/gpt-5.1",
"github-copilot/gpt-5.1-codex",
"github-copilot/gpt-5.1-codex-max",
"github-copilot/gpt-5.1-codex-mini",
"github-copilot/gpt-5.2-codex",
"github-copilot/gpt-5.2",
"anthropic/claude-opus-4-6",
"anthropic/claude-sonnet-4-6"
]
},
"models": {
"openai-codex/gpt-5.4": {}
},
"memorySearch": {
"sources": [
"memory"
],
"extraPaths": [
"/mnt/swarm-common/obsidian-vault/will/will-shared-zap",
"/home/openclaw/.openclaw/openclaw-current/docs",
"/home/openclaw/.openclaw/openclaw-current/skills",
"/home/openclaw/.openclaw/workspace/skills"
],
"experimental": {
"sessionMemory": false
},
"provider": "ollama",
"remote": {
"baseUrl": "http://192.168.153.130:18807"
},
"model": "nomic-embed-text",
"sync": {
"onSessionStart": true,
"onSearch": true,
"intervalMinutes": 30
},
"query": {
"hybrid": {
"enabled": true,
"vectorWeight": 0.7,
"textWeight": 0.3,
"candidateMultiplier": 4,
"mmr": {
"enabled": true,
"lambda": 0.7
},
"temporalDecay": {
"enabled": true,
"halfLifeDays": 30
}
}
}
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"contextPruning": {
"mode": "cache-ttl",
"ttl": "1h"
},
"heartbeat": {
"every": "1h"
},
"compaction": {
"mode": "safeguard"
}
},
"list": [
{
"id": "automation",
"name": "Automation",
"model": {
"primary": "local/gemma-3-12b-local",
"fallbacks": [
"openai-codex/gpt-5.4-nano",
"openai-codex/gpt-5.4-mini",
"github-copilot/claude-haiku-4.5",
"zai/glm-4.7-flash"
]
}
},
{
"id": "main",
"default": true,
"name": "Main",
"model": {
"primary": "github-copilot/gpt-5.4",
"fallbacks": [
"openai-codex/gpt-5.4",
"zai/glm-5.1"
]
},
"subagents": {
"allowAgents": [
"council-pragmatist",
"council-visionary",
"council-skeptic",
"council-referee",
"council-d-freethinker",
"council-d-arbiter",
"council-p-freethinker",
"council-p-arbiter",
"council-meta-arbiter",
"coding-glm51"
]
}
},
{
"id": "council-pragmatist",
"name": "Council Pragmatist",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "Pragmatist",
"theme": "feasibility-first advisor",
"emoji": "\ud83d\udee0\ufe0f"
}
},
{
"id": "council-visionary",
"name": "Council Visionary",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "Visionary",
"theme": "future-oriented advisor",
"emoji": "\ud83d\ude80"
}
},
{
"id": "council-skeptic",
"name": "Council Skeptic",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "Skeptic",
"theme": "risk-focused advisor",
"emoji": "\ud83e\uddea"
}
},
{
"id": "council-referee",
"name": "Council Referee",
"model": {
"primary": "anthropic/claude-opus-4-6",
"fallbacks": [
"openai-codex/gpt-5.4"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "Referee",
"theme": "balanced synthesis advisor",
"emoji": "\u2696\ufe0f"
}
},
{
"id": "council-d-freethinker",
"name": "Council D-Freethinker",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "D-Freethinker",
"theme": "deterministic, reliable-path advisor",
"emoji": "\ud83d\udcd0"
}
},
{
"id": "council-d-arbiter",
"name": "Council D-Arbiter",
"model": {
"primary": "github-copilot/claude-opus-4.6",
"fallbacks": [
"openai-codex/gpt-5.4",
"zai/glm-5.1"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "D-Arbiter",
"theme": "deterministic evaluator",
"emoji": "\ud83d\udccb"
}
},
{
"id": "council-p-freethinker",
"name": "Council P-Freethinker",
"model": {
"primary": "anthropic/claude-sonnet-4-6",
"fallbacks": [
"zai/glm-4.7"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "P-Freethinker",
"theme": "probabilistic reframing advisor",
"emoji": "\ud83e\ude84"
}
},
{
"id": "council-p-arbiter",
"name": "Council P-Arbiter",
"model": {
"primary": "github-copilot/claude-opus-4.6",
"fallbacks": [
"openai-codex/gpt-5.4",
"zai/glm-5.1"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "P-Arbiter",
"theme": "probabilistic evaluator",
"emoji": "\ud83c\udfaf"
}
},
{
"id": "council-meta-arbiter",
"name": "Council Meta-Arbiter",
"model": {
"primary": "anthropic/claude-opus-4-6",
"fallbacks": [
"openai-codex/gpt-5.4"
]
},
"skills": [
"council"
],
"memorySearch": {
"enabled": false
},
"identity": {
"name": "Meta-Arbiter",
"theme": "cross-group synthesis advisor",
"emoji": "\ud83e\udded"
}
},
{
"id": "coding-glm51",
"name": "Coding GLM 5.1",
"model": {
"primary": "zai/glm-5.1",
"fallbacks": [
"zai/glm-5",
"openai-codex/gpt-5.4-mini"
]
},
"identity": {
"name": "Coding GLM 5.1",
"theme": "cost-efficient coding subagent",
"emoji": "\ud83e\uddf0"
}
}
]
},
"tools": {
"web": {
"search": {
"enabled": true,
"provider": "brave"
},
"fetch": {
"enabled": true,
"maxChars": 12000,
"timeoutSeconds": 20
}
}
},
"messages": {
"tts": {
"auto": "off",
"provider": "openai",
"providers": {
"microsoft": {
"enabled": false,
"voice": "en-US-GuyNeural",
"lang": "en-US",
"outputFormat": "audio-24khz-48kbitrate-mono-mp3"
},
"openai": {
"apiKey": "not-needed",
"baseUrl": "http://192.168.153.130:18805/v1",
"model": "kokoro",
"voice": "af_heart"
}
}
}
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"session": {
"dmScope": "per-channel-peer",
"maintenance": {
"mode": "warn",
"pruneAfter": "30d",
"maxEntries": 500,
"rotateBytes": "50mb"
}
},
"hooks": {
"internal": {
"enabled": true
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"botToken": "8792219052:AAEoMdIf3S-cnuMHU0uZ_cI32mBzRCenInY",
"groups": {
"-1003673132186": {
"requireMention": false,
"groupPolicy": "open",
"enabled": true
},
"-5138922002": {
"requireMention": false,
"groupPolicy": "open",
"enabled": true
},
"-1003740838057": {
"requireMention": false,
"groupPolicy": "open",
"enabled": true
},
"-1003532542431": {
"requireMention": false,
"groupPolicy": "open",
"enabled": true
}
},
"allowFrom": [
"8367012007"
],
"groupAllowFrom": [
"8367012007"
],
"groupPolicy": "allowlist",
"streaming": {
"mode": "partial"
}
},
"discord": {
"enabled": true,
"token": "MTQ4NDcwODE3NTIxODM0ODExMg.Gx1Nb3.QzPH-unXJ-pU18tG7H8zcQ7umUj1YBGqtYxUCE",
"groupPolicy": "allowlist",
"streaming": {
"mode": "partial"
},
"threadBindings": {
"enabled": true,
"spawnSubagentSessions": true,
"spawnAcpSessions": true
},
"dmPolicy": "pairing",
"guilds": {
"425781660781641729": {
"requireMention": false,
"users": [
"425208577846935553"
]
}
},
"allowFrom": [
"425208577846935553"
]
}
},
"gateway": {
"mode": "local",
"controlUi": {
"allowedOrigins": [
"https://zap.taildb3494.ts.net"
]
},
"auth": {
"mode": "token",
"token": "c8af3bcd8883e2c626999bd3ca46f7abb8df3258f07f85e2"
}
},
"plugins": {
"entries": {
"discord": {
"enabled": true,
"config": {}
},
"brave": {
"enabled": true,
"config": {
"webSearch": {
"apiKey": "BSAgLuWVVMnrGvobOt7pDQjmVJ5u380"
}
}
},
"github-copilot": {
"enabled": true
},
"zai": {
"enabled": true
},
"openai": {
"enabled": true
},
"anthropic": {
"enabled": true
},
"memory-core": {
"config": {
"dreaming": {
"enabled": true
}
}
}
}
},
"ui": {
"assistant": {
"name": "zap",
"avatar": "http://192.168.153.253:9000/zap/avatars/zap-logo.jpg"
}
}
}