fix(agent-pod): sync coordinator.js (slug repoId), tighten compaction, route judge to reasoning model

This commit is contained in:
Story Crater Bot
2026-08-19 10:41:33 -07:00
parent f6d25552f3
commit 00af9d8349
3 changed files with 43 additions and 9 deletions
+10
View File
@@ -77,6 +77,16 @@ spec:
value: /usr/local/bin/agent-manager
- name: HUB_WORK_DIR
value: /root/agent-harness-work
# planner/investigator/implementer stay on the default
# (homelab-ornith/ornith:35b, pi's settings.json default). Judge
# moves to the separate homelab-reasoning backend (DeepSeek-R1,
# its own 2 GPU replicas) so judge calls stop contending with the
# other 3 roles for the 2 ornith pods -- an entire role's worth
# of traffic moves onto otherwise-idle capacity instead.
- name: JUDGE_PROVIDER
value: homelab-reasoning
- name: JUDGE_MODEL
value: reasoning
ports:
- containerPort: 9090
resources: