Nous Research just dropped a visual Profile Builder for its Hermes Agent web dashboard, letting developers create and configure AI agent roles entirely from the browser.
https://twitter.com/NousResearch/status/2064760263224504719
The setup is broken into five visual steps: naming your agent and writing its description, picking a model provider and dialing in inference parameters, installing skills from the built-in Skills Hub, configuring and testing Model Context Protocol (MCP) servers, and finally reviewing everything in a preview. To get started, head to the Profiles page in the left nav and click the Build button — it’ll take you to /profiles/new.
Run hermes dashboard locally and it spins up on port 9119, keeping all your data right there on your machine. If you bind the dashboard to a non-loopback address like 0.0.0.0, a credential gateway automatically kicks in to protect your environment variables and API keys. Beyond basic username/password auth, it also supports Nous Portal’s OAuth and self-hosted OIDC providers like Keycloak — so remote access stays secure.