Merge pull request #52 from sirius0xdev/optimize-prompt-context-2026-04-22

Optimize prompt context 2026 04 22
This commit is contained in:
sirius0xdev 2026-04-22 09:58:47 -04:00 committed by GitHub
commit 7041708969
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View file

@ -39,12 +39,12 @@ spec:
- --tokenizer-mode=hf - --tokenizer-mode=hf
- --gpu-memory-utilization=0.95 - --gpu-memory-utilization=0.95
- --kv-cache-dtype=fp8 - --kv-cache-dtype=fp8
- --max-model-len=49152 - --max-model-len=auto
- --enable-auto-tool-choice - --enable-auto-tool-choice
- --trust-remote-code - --trust-remote-code
- --dtype=auto - --dtype=auto
- --enable-prefix-caching - --enable-prefix-caching
- --tool-call-parser=hermes - --tool-call-parser=qwen3_coder
- --reasoning-parser=qwen3 - --reasoning-parser=qwen3
- --disable-custom-all-reduce - --disable-custom-all-reduce

View file

@ -71,9 +71,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: | 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.