From 597e9c1c2e8c2a574b9ad34d2606f78b5136bbec Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 11 Aug 2026 16:33:53 -0300 Subject: [PATCH] hermes: restart router after wire fix --- services/hermes/agent-deployment.yaml | 1 + services/hermes/chat-statefulset.yaml | 1 + services/hermes/deployment.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/services/hermes/agent-deployment.yaml b/services/hermes/agent-deployment.yaml index 86bfc4ede..bfbafc680 100644 --- a/services/hermes/agent-deployment.yaml +++ b/services/hermes/agent-deployment.yaml @@ -21,6 +21,7 @@ spec: app: hermes-agent annotations: ai.bstein.dev/role: project-coordinator + ai.bstein.dev/router-wire-contract: ollama-numeric-keepalive ai.bstein.dev/execution: Hermes Kanban with durable direct Codex and Claude Code CLI workers ai.bstein.dev/model-policy: Jetson-assisted AUTO routing, low through xhigh, cross-provider fallback ai.bstein.dev/placement: rpi5 preferred; Jetson deferred until state storage is available diff --git a/services/hermes/chat-statefulset.yaml b/services/hermes/chat-statefulset.yaml index 1498f12ab..8bdc3ee31 100644 --- a/services/hermes/chat-statefulset.yaml +++ b/services/hermes/chat-statefulset.yaml @@ -26,6 +26,7 @@ spec: app: hermes-chat-tenant annotations: ai.bstein.dev/role: isolated-user-chat + ai.bstein.dev/router-wire-contract: ollama-numeric-keepalive ai.bstein.dev/isolation: one Hermes process and PVC per Keycloak subject ai.bstein.dev/model-policy: uniform automatic policy with per-user overrides ai.bstein.dev/config-rev: "20260811-explicit-image-route-tools" diff --git a/services/hermes/deployment.yaml b/services/hermes/deployment.yaml index 9224f1c42..172caead0 100644 --- a/services/hermes/deployment.yaml +++ b/services/hermes/deployment.yaml @@ -21,6 +21,7 @@ spec: app: hermes annotations: ai.bstein.dev/frontend-fix: scope PTY attachment by selected conversation + ai.bstein.dev/router-wire-contract: ollama-numeric-keepalive ai.bstein.dev/model: anthropic/claude-opus-5, falling back to openai-codex/gpt-5.6-terra then titan-20 Qwen 14B ai.bstein.dev/role: testing-triage ai.bstein.dev/placement: titan-21 preferred, Jetson preferred, arm64 fallback