# hermes-agent-webui Container image for [Hermes WebUI](https://github.com/nesquena/hermes-webui) with a bundled [Hermes Agent](https://github.com/NousResearch/hermes-agent) runtime. ## Image `jcabillot/hermes-agent-webui` — [Docker Hub](https://hub.docker.com/r/jcabillot/hermes-agent-webui) ## Usage ```bash docker pull jcabillot/hermes-agent-webui docker run -p 8787:8787 jcabillot/hermes-agent-webui ``` Open http://localhost:8787 ## Build locally ```bash docker build -t jcabillot/hermes-agent-webui . ``` ## Tags | Tag | Description | |-----|-------------| | `latest` | Latest stable build from `main` | | `sha-` | Per-commit build |