Skip to content

Hermes Agent PodCodex worker 実験向けのローカル Hermes Agent gateway

Nous Research Hermes Agent を kind Pod または Docker Compose service として起動し、localhost の OpenAI-compatible API 経由で小さな委譲タスクを実行します。

Hermes Agent Pod icon

何が入っているか

Hermes Agent Pod は nousresearch/hermes-agent:latest を再現しやすいローカル runtime として包む検証キットです。 Codex が主担当のまま、Hermes に小さく区切った worker task を localhost API 経由で依頼する用途を想定しています。

Runtime Surfaces

SurfaceAddressPurpose
Gateway APIhttp://127.0.0.1:8642OpenAI-compatible chat completions endpoint
Dashboardhttp://127.0.0.1:9119Hermes dashboard と TUI surface
kind namespacesandbox-hermesPod runtime 用 Kubernetes resources
Compose servicesandbox-hermes-agentDocker fallback runtime

次に読むもの

まず はじめに で起動し、使い方 で worker 委譲パターンを確認します。

リリースノート

初回公開版の内容は v0.1.0 リリースノート にまとめています。全体の流れを追う場合は v0.1.0 ウォークスルー を読んでください。

Released under the MIT License.