Commit graph

582 commits

Author SHA1 Message Date
sirius0xdev
0372f25feb
Update kustomization.yaml 2026-04-23 00:27:33 -04:00
sirius0xdev
0472e7a1b5
Merge pull request #55 from sirius0xdev/feat/multi-agent-team
Feat/multi agent team
2026-04-23 00:14:16 -04:00
Sirius Claw
31d9ecc81d chore(model): switch heavy agents to Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16
Updated default model definition and all high-token agents (Trade, Research, Auditor) to the new Qwen3.6 abliteration.
2026-04-23 04:10:48 +00:00
Sirius Claw
e0ce27f7cd fix(keda): use 'hosts' array instead of 'host' to match installed CRD schema
Fixes: .spec.host: field not declared in schema error during Flux dry-run.
2026-04-23 04:07:31 +00:00
sirius0xdev
65b47f25dd
Merge pull request #54 from sirius0xdev/fix/keda-httpscaledobject
fix(keda): correct HTTPScaledObject for A100 vLLM wake-on-request
2026-04-23 00:03:04 -04:00
sirius0xdev
307ecbfa13
Update kustomization.yaml 2026-04-22 23:57:44 -04:00
sirius0xdev
5d108035db
Update a100-vllm.yaml 2026-04-22 23:56:27 -04:00
Sirius Claw
0fa26fcd2e feat(agents): add specialized Sirius team with model routing
- Default + Ops → Grok 4.1 Fast (light & fast)
- Trade, Research, Auditor → Qwen3.5-27B on A100 (high token / heavy reasoning)
- Updated defaults and added thinking levels where appropriate
- Prepares for routing high-load work to local vLLM
2026-04-23 03:16:39 +00:00
Sirius Claw
fffe3f20d6 fix(keda): correct HTTPScaledObject for A100 vLLM wake-on-request
- Use proper scaleTargetRef structure for http.keda.sh/v1alpha1
- Uncomment keda-vllm.yaml in kustomization
- This should allow Flux to reconcile the scaler
2026-04-23 02:55:07 +00:00
sirius0xdev
77e8adf7b7 deactivate keda 2026-04-23 01:45:47 +00:00
sirius0xdev
758495b1dc fix host 2026-04-23 01:43:57 +00:00
sirius0xdev
2f4b171fed fix keda 2026-04-23 01:42:03 +00:00
sirius0xdev
b2f58066a2 keda 2026-04-23 01:39:34 +00:00
sirius0xdev
a4b85e0e52 update keda 2026-04-23 01:37:09 +00:00
sirius0xdev
0646a9c226 fix kedda 2026-04-23 01:33:55 +00:00
sirius0xdev
4dc722fe6c shut down h100 2026-04-23 01:26:45 +00:00
sirius0xdev
ece5136cae keda setup 2026-04-23 01:22:28 +00:00
sirius0xdev
7a3126caff working on certmanager and promethus stack 2026-04-23 01:19:56 +00:00
sirius0xdev
141bcf63e4 fix config 2026-04-22 22:58:54 +00:00
sirius0xdev
be24c2e1a1 fix clawconfig map 2026-04-22 22:54:22 +00:00
sirius0xdev
4317e5c552 fix keda issues 2026-04-22 22:37:31 +00:00
sirius0xdev
94f5cedf42 Merge branch 'master' of github.com:sirius0xdev/gcloud-lab
Call it
2026-04-22 22:31:49 +00:00
sirius0xdev
4498f6549c add tty to openclaw 2026-04-22 22:31:38 +00:00
sirius0xdev
283f3eba26
Update kustomization.yaml 2026-04-22 14:47:40 -04:00
sirius0xdev
8b0e1ec332
Update kustomization.yaml 2026-04-22 13:35:12 -04:00
sirius0xdev
d2feb008da
Merge pull request #53 from sirius0xdev/feat/keda-a100-scaling
feat: KEDA scaling for A100 vLLM (scale to 0 when idle)
2026-04-22 13:34:16 -04:00
Sirius Claw
9673b76fc7 fix: trigger KEDA scale-up on 1 request instead of 3
- Wake script handles cold start, so scale immediately on first request
- Reduces latency for /wake command and manual requests
2026-04-22 17:22:22 +00:00
Sirius Claw
240620c3a4 feat: add KEDA scaling for A100 vLLM
- Scale to 0 when idle (saves money)
- 15 min cooldown before scale-down
- Triggers on 3+ pending HTTP requests
- Targets openclaw-brain-vllm deployment
2026-04-22 17:07:05 +00:00
sirius0xdev
7041708969
Merge pull request #52 from sirius0xdev/optimize-prompt-context-2026-04-22
Optimize prompt context 2026 04 22
2026-04-22 09:58:47 -04:00
Sirius Claw
41f0b43d3b optimize: trim SOUL.md by ~65%, reduce context injection to curated files only, increase requestTimeout to 180s, enable promptCaching per optimization guide
- SOUL.md now <600 bytes (core invariants only)
- Added context.injectAllMarkdown=false + explicit curated list
- requestTimeoutSeconds=180 for high-param models
- promptCaching=true to avoid reprocessing system prompt every turn
- Fixed missing comma in agents.defaults.model (was invalid JSON)

Per https://github.com/OnlyTerp/openclaw-optimization-guide
2026-04-22 12:45:10 +00:00
Sirius Claw
3133a3b32f fix(vllm): update to recommended qwen3_coder tool parser, auto max-model-len, and latest image
Addresses tokenizer backend / parser mismatch on heretic-style Qwen3.5 models per model card recommendations.
2026-04-22 06:32:35 +00:00
sirius0xdev
f435fdaf18 new image 2026-04-22 06:24:17 +00:00
sirius0xdev
c7f0fc7262 fix error 2026-04-22 06:12:32 +00:00
sirius0xdev
c420d2478c tokenizer mode 2026-04-22 06:09:45 +00:00
sirius0xdev
93caf2d086 image error 2026-04-22 06:01:11 +00:00
sirius0xdev
7864a7f84e vllm version error 2026-04-22 05:57:45 +00:00
sirius0xdev
8b9e6da69a config map fix 2026-04-22 05:50:59 +00:00
sirius0xdev
34fe64c74b model switch again 2026-04-22 05:41:00 +00:00
sirius0xdev
d769356c10 fix config map 2026-04-22 05:28:55 +00:00
sirius0xdev
faca48b543
Merge pull request #51 from sirius0xdev/minimal-model-config-update
Minimal ConfigMap update: Add Qwen3.5-35B-A3B uncensored model as option
2026-04-22 01:07:44 -04:00
Sirius Claw
e7debc708c Minimal ConfigMap update: Add Qwen3.5-35B-A3B uncensored model as option
- Added new model entry to local-vllm.models list (not primary)
- Includes 49k contextWindow and reasoning: true
- No deployment/kustomization changes
2026-04-22 05:03:19 +00:00
sirius0xdev
880f169bef reactivate new summarizer 2026-04-22 03:49:25 +00:00
sirius0xdev
01a82a74f3 fix typo 2026-04-22 03:40:16 +00:00
sirius0xdev
795e48b9d6 pvc name change 2026-04-22 03:36:55 +00:00
sirius0xdev
1d13cce3cf switch model 2026-04-22 03:15:29 +00:00
sirius0xdev
1466d38721 fix tokenizer mode 2026-04-22 03:12:58 +00:00
sirius0xdev
d6c50d72ee fix tokenizer mode 2026-04-22 03:06:16 +00:00
sirius0xdev
6c4bb798ff switch image 2026-04-22 03:00:46 +00:00
sirius0xdev
c236f3c89a try and get vllm to work new tags 2026-04-22 02:47:53 +00:00
sirius0xdev
a307e3ae37 fix cuda issue with new image 2026-04-22 02:27:38 +00:00