fix(hermes): roll out chat iteration budgets
This commit is contained in:
parent
8bf363de6f
commit
026657fdca
@ -28,7 +28,7 @@ spec:
|
|||||||
ai.bstein.dev/role: isolated-user-chat
|
ai.bstein.dev/role: isolated-user-chat
|
||||||
ai.bstein.dev/isolation: one Hermes process and PVC per Keycloak subject
|
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/model-policy: uniform automatic policy with per-user overrides
|
||||||
ai.bstein.dev/config-rev: "20260808-quality-sandbox"
|
ai.bstein.dev/config-rev: "20260809-tool-loop-budgets"
|
||||||
vault.hashicorp.com/agent-inject: "true"
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
vault.hashicorp.com/role: hermes-chat
|
vault.hashicorp.com/role: hermes-chat
|
||||||
vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens
|
vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens
|
||||||
|
|||||||
@ -451,7 +451,7 @@ def _status_text(ctx: Any) -> str:
|
|||||||
return (
|
return (
|
||||||
f"Route mode: {policy['mode'].upper()}\n"
|
f"Route mode: {policy['mode'].upper()}\n"
|
||||||
f"Current runtime: {current}\n"
|
f"Current runtime: {current}\n"
|
||||||
f"Last AUTO decision: {last_text}\n"
|
f"Last routed turn: {last_text}\n"
|
||||||
"Commands: /route auto | /route manual <codex|claude> "
|
"Commands: /route auto | /route manual <codex|claude> "
|
||||||
"<low|medium|high|xhigh> [model] | /route status"
|
"<low|medium|high|xhigh> [model] | /route status"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user