fix(hermes): allow slow worker prompt startup
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 154
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 154
This commit is contained in:
parent
42f5f80146
commit
823d053b67
@ -24,7 +24,7 @@ spec:
|
||||
ai.bstein.dev/execution: Herdr-supervised Codex and Claude Code
|
||||
ai.bstein.dev/model-policy: difficulty-aware low through xhigh, cross-provider fallback
|
||||
ai.bstein.dev/placement: rpi5 preferred; Jetson deferred until state storage is available
|
||||
ai.bstein.dev/config-rev: "20260808-herdr-browser-tui-prompt-marker"
|
||||
ai.bstein.dev/config-rev: "20260808-herdr-browser-tui-prompt-timeout"
|
||||
vault.hashicorp.com/agent-inject: "true"
|
||||
vault.hashicorp.com/role: hermes-agent
|
||||
vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens
|
||||
|
||||
@ -197,7 +197,7 @@ def launch_worker(
|
||||
"--lines",
|
||||
"120",
|
||||
"--timeout",
|
||||
"30000",
|
||||
"120000",
|
||||
],
|
||||
env,
|
||||
)
|
||||
|
||||
@ -84,7 +84,7 @@ def test_claude_worker_waits_for_prompt_readiness(tmp_path: Path, monkeypatch):
|
||||
"--lines",
|
||||
"120",
|
||||
"--timeout",
|
||||
"30000",
|
||||
"120000",
|
||||
]
|
||||
prompt = calls[-1]
|
||||
assert prompt[1:5] == [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user