2 つのローカル実行経路
sandbox 用 kind cluster か、Kubernetes が不要な場合の Docker Compose fallback で Hermes を起動できます。
Hermes Agent Pod は nousresearch/hermes-agent:latest を再現しやすいローカル runtime として包む検証キットです。 Codex が主担当のまま、Hermes に小さく区切った worker task を localhost API 経由で依頼する用途を想定しています。
| Surface | Address | Purpose |
|---|---|---|
| Gateway API | http://127.0.0.1:8642 | OpenAI-compatible chat completions endpoint |
| Dashboard | http://127.0.0.1:9119 | Hermes dashboard と TUI surface |
| kind namespace | sandbox-hermes | Pod runtime 用 Kubernetes resources |
| Compose service | sandbox-hermes-agent | Docker fallback runtime |
まず はじめに で起動し、使い方 で worker 委譲パターンを確認します。
初回公開版の内容は v0.1.0 リリースノート にまとめています。全体の流れを追う場合は v0.1.0 ウォークスルー を読んでください。