Multi-CLI agent farm orchestrator. Manages Claude Code (3x Max Plan accounts) and OpenAI Codex CLI (1x Max/Plus account) as tmux-based background workers. Receives routing requests from Pi-Dev-Ops /nexus, dispatches tasks, monitors health, and returns structured outputs via JSON-over-file IPC. Enables hybrid Claude+OpenAI execution without API billing.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Multi-CLI agent farm orchestrator. Manages Claude Code (3x Max Plan accounts) and OpenAI Codex CLI (1x Max/Plus account) as tmux-based background workers. Receives routing requests from Pi-Dev-Ops /nexus, dispatches tasks, monitors health, and returns structured outputs via JSON-over-file IPC. Enables hybrid Claude+OpenAI execution without API billing.
{"task_id":"uuid","invoked_by":"pi-dev-ops/judge","skill":"judge","artefact_path":"D:/Pi-Dev-Ops/repo/src/auth.py","prompt":"Full prompt text with all context","output_format":"json|markdown|structured","token_budget":16000,"timeout_seconds":300,"fallback_to":"claude-2"}
Send via tmux:
# Write JSON to tmux stdinecho'{"task_id":"abc","prompt":"..."}' > ~/.hermes/.farm/claude-1.in.json
# Trigger worker read
tmux send-keys -t claude-1 Enter
cronjob(action="create", schedule="60s", prompt="Read ~/.hermes/.farm/metrics.jsonl. If any worker status != ready for >3 checks, restart via tmux. If total workers ready <2, alert.")
5. Circuit Breaker & Fallback
Condition
Action
Worker timeout (30s no response)
Retry once, then fallback route
3 consecutive timeouts
Mark worker DOWN, alert, retry on next worker
All Claude workers DOWN
Route to OpenRouter paid fallback
All workers DOWN
Queue for next session + handoff
6. Cost Accounting
Since Claude Max and Codex are flat-rate, emit usage telemetry for visibility: