Introducing hermes-webui-all-in-one: the full and unified hermes-agent + hermes-webui stack in one single container #6736
lgc2333
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you self-host Hermes Agent and want the WebUI on top of it, you've probably run into the same mess I did.
The WebUI's built-in deployment options each have their own problem:
So I made hermes-webui-all-in-one. The agent and webui are merged into one uv workspace and shipped as a single image, derived from the official nousresearch/hermes-agent image. No fork, no upstream changes.
What you get:
If all you want is the WebUI and nothing else, this image is probably more than you need. It's for people who want the whole stack in one place: agent, webui, desktop remote, one shared environment. For browser-only usage the standalone webui image is the better fit.
Try it -> https://github.com/lgc2333/hermes-webui-all-in-one
All reactions