Skip to content

Hermes Agent PodLocal Hermes Agent gateway for Codex worker experiments

Run Nous Research Hermes Agent as a kind Pod or Docker Compose service, expose the gateway on localhost, and delegate bounded tasks through an OpenAI-compatible wrapper.

Hermes Agent Pod icon

What You Get

Hermes Agent Pod packages a reproducible local runtime around nousresearch/hermes-agent:latest. It is meant for development and delegation experiments where Codex remains the lead agent and Hermes answers bounded worker tasks through a localhost API.

Runtime Surfaces

SurfaceAddressPurpose
Gateway APIhttp://127.0.0.1:8642OpenAI-compatible chat completions endpoint
Dashboardhttp://127.0.0.1:9119Hermes dashboard and TUI surface
kind namespacesandbox-hermesKubernetes resources for the Pod runtime
Compose servicesandbox-hermes-agentDocker fallback runtime

Next Steps

Start with Getting Started, then review Usage for worker delegation patterns.

Release Notes

Read the v0.1.0 release notes for the first public release, or follow the v0.1.0 walkthrough to see how the shipped pieces fit together.

Released under the MIT License.