Skip to content

Port 8642 in Hermes Agent is not a Chat UI #2078

@oparoz

Description

@oparoz

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

  1. Connect to sandbox
  2. Type hermes dashboard
Web UI dependencies not installed.
Install them with:  pip install hermes-agent[web]

Environment

  • NemoClaw 0.0.20

Debug Output

Logs

Checklist

  • I confirmed this bug is reproducible
  • I searched existing issues and this is not a duplicate

Metadata

Metadata

Assignees

Labels

area: cliCommand line interface, flags, terminal UX, or outputarea: docsDocumentation, examples, guides, or docs build

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions