fix(agent-pod): sync coordinator.js (slug repoId), tighten compaction, route judge to reasoning model
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user