Hello nurse

This commit is contained in:
deamonkai
2026-03-03 22:16:33 -06:00
parent 903f79cb79
commit 64f8acade6
793 changed files with 234502 additions and 15 deletions

View File

@@ -16,12 +16,20 @@
}
},
"sessions": {
"visibility": "tree"
"visibility": "all"
},
"agentToAgent": {
"enabled": true
}
},
"models": {
"mode": "merge",
"providers": {
"anthropic": {
"baseUrl": "https://api.anthropic.com/v1",
"api": "anthropic-messages",
"models": []
},
"openai": {
"baseUrl": "https://api.openai.com/v1",
"api": "openai-responses",
@@ -104,6 +112,10 @@
"id": "qwq:latest",
"name": "QwQ (Ollama)"
},
{
"id": "qwen2.5:14b-instruct",
"name": "Qwen 2.5 14B Instruct (Ollama)"
},
{
"id": "nomic-embed-text:latest",
"name": "Nomic Embed Text (Ollama)"
@@ -117,13 +129,31 @@
"model": {
"primary": "openai/gpt-5-mini",
"fallbacks": [
"ollama-lab/qwen2.5:14b-instruct",
"ollama-lab/llama3.1:8b",
"openai/gpt-5.2",
"anthropic/claude-haiku-4-5",
"openrouter/free"
]
},
"models": {
"anthropic/claude-sonnet-4-6": {
"params": {
"cacheRetention": "short"
}
},
"anthropic/claude-opus-4-6": {
"params": {
"cacheRetention": "long"
}
},
"anthropic/claude-haiku-4-5": {
"params": {
"cacheRetention": "none"
}
}
},
"memorySearch": {
"enabled": true,
"enabled": false,
"sources": [
"memory",
"sessions"
@@ -131,7 +161,7 @@
"experimental": {
"sessionMemory": true
},
"provider": "openai",
"provider": "ollama",
"remote": {
"baseUrl": "http://192.168.253.140:11434/v1",
"apiKey": "ollama-local"
@@ -147,9 +177,9 @@
"mode": "default",
"memoryFlush": {
"enabled": true,
"softThresholdTokens": 350000,
"prompt": "Distill this session to memory/YYYY-MM-DD.md. Focus on decisions, state changes, lessons, blockers. If nothing worth storing: NO_FLUSH",
"systemPrompt": "Extract only what is worth remembering. No fluff."
"softThresholdTokens": 60000,
"prompt": "Append (do NOT overwrite) durable notes to memory/YYYY-MM-DD.md. Focus on: decisions, state changes, configs/commands used, lessons learned, blockers. If nothing worth storing: NO_FLUSH",
"systemPrompt": "Extract only what is worth remembering. No fluff. No secrets."
}
},
"heartbeat": {
@@ -183,14 +213,6 @@
"agentDir": "/opt/openclaw/.openclaw/agents/cloud-tools/agent",
"model": "openai/gpt-5.2"
},
{
"id": "cloud-coding",
"name": "cloud-coding",
"workspace": "/opt/openclaw/.openclaw/workspace-cloud-coding",
"agentDir": "/opt/openclaw/.openclaw/agents/cloud-coding/agent",
"model": "ollama-local/qwen3-coder-next:cloud"
},
{
"id": "lab-code-fast",
"model": "ollama-lab/qwen2.5-coder:7b",
@@ -219,6 +241,35 @@
{
"id": "lab-research",
"model": "ollama-lab/llama3.1:8b"
},
{
"id": "cloud-coding",
"name": "cloud-coding",
"workspace": "/opt/openclaw/.openclaw/workspace-cloud-coding",
"agentDir": "/opt/openclaw/.openclaw/agents/cloud-coding/agent",
"model": "ollama-local/qwen3-coder-next:cloud"
},
{
"id": "claude-fast",
"name": "claude-fast",
"model": "anthropic/claude-haiku-4-5",
"tools": {
"profile": "minimal"
}
},
{
"id": "claude",
"name": "claude",
"model": "anthropic/claude-sonnet-4-6",
"workspace": "/opt/openclaw/.openclaw/workspace-claude",
"agentDir": "/opt/openclaw/.openclaw/agents/claude/agent"
},
{
"id": "claude-heavy",
"name": "claude-heavy",
"model": "anthropic/claude-opus-4-6",
"workspace": "/opt/openclaw/.openclaw/workspace-claude-heavy",
"agentDir": "/opt/openclaw/.openclaw/agents/claude-heavy/agent"
}
]
},
@@ -268,7 +319,21 @@
"entries": {
"signal": {
"enabled": true
},
"memory-lancedb": {
"enabled": true,
"config": {
"embedding": {
"model": "text-embedding-3-small",
"apiKey": "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"
},
"autoRecall": true,
"autoCapture": true
}
}
},
"slots": {
"memory": "memory-lancedb"
}
}
}