Description
The Dockerfile contains ARG CHAT_UI_URL=http://127.0.0.1:8642, but that's the endpoint for the OpenAI-compatible API server, for integration with external systems, not a chat UI.
The Web dashboard is not installed by default and could be made available on port 9119. Maybe make it an optional component?
The onboarding text should also be modified:
Hermes Agent UI
Port 8642 must be forwarded before opening this URL.
http://127.0.0.1:8642/
Reproduction Steps
- Connect to sandbox
- Type
hermes dashboard
Web UI dependencies not installed.
Install them with: pip install hermes-agent[web]
Environment
Debug Output
Logs
Checklist
Description
The Dockerfile contains
ARG CHAT_UI_URL=http://127.0.0.1:8642, but that's the endpoint for the OpenAI-compatible API server, for integration with external systems, not a chat UI.The Web dashboard is not installed by default and could be made available on port 9119. Maybe make it an optional component?
The onboarding text should also be modified:
Reproduction Steps
hermes dashboardEnvironment
Debug Output
Logs
Checklist