You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nousresearch/hermes-agent:latest Docker image on Docker Hub does not include the dashboard (or web) subcommand, making it impossible to run the web UI in containerized environments like Coolify.
Steps to reproduce
docker run --rm nousresearch/hermes-agent:latest dashboard --host 0.0.0.0 --port 9119 --no-open
Issue
The
nousresearch/hermes-agent:latestDocker image on Docker Hub does not include thedashboard(orweb) subcommand, making it impossible to run the web UI in containerized environments like Coolify.Steps to reproduce
Error:
Expected behavior
The
dashboardcommand should be available in the Docker image, allowing users to run the web UI headlessly via:Context
dashboardcommand exists in the currentmainbranch source code (hermes_cli/main.py)Request
Please trigger a new Docker Hub build from the current
mainbranch so thedashboardcommand is available innousresearch/hermes-agent:latest.