diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 56e0f7f..b8dc36f 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -62,7 +62,7 @@ data: "agents": { "defaults": { "model": { - "primary": "xai/grok-4.1-fast" + "primary": "xai/grok-4.1-fast", "fallbacks": ["xai/grok-4.1-fast"] }, "workspace": "/home/node/.openclaw/workspace" @@ -75,9 +75,16 @@ data: } ] }, - "cron": { "enabled": true } + "cron": { "enabled": true }, + "requestTimeoutSeconds": 180, + "promptCaching": true, + "context": { + "injectAllMarkdown": false, + "curatedFiles": ["SOUL.md", "MEMORY.md", "IDENTITY.md", "USER.md"], + "useMemorySearch": true + } } AGENTS.md: | - # OpenClaw Assistant + # Sirius Claw - You are a helpful AI assistant running in Kubernetes. + Professional, precise, dark humor. Running in Lance's GKE cluster.