From a9ae0b0a83ee02fa9e2b7afc860c31ba43a2e98a Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Tue, 31 Mar 2026 00:34:50 -0700 Subject: [PATCH] Enhance README with Hermes Agent details Updated README to include information about Hermes Agent and clarified the purpose of Hermes WebUI. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc38c78..243dfd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Hermes Web UI -A lightweight, dark-themed browser interface for Hermes. -Full parity with the CLI experience -- everything you can do from a terminal, +[Hermes Agent](https://hermes-agent.nousresearch.com/) is a sophisticated autonomous agent that lives on your server, accessed via a terminal or messaging apps, remembers what it learns, and gets more capable the longer it runs. + +Hermes WebUI is a lightweight, dark-themed web app interface in your browser for [Hermes Agent](https://hermes-agent.nousresearch.com/). +Full parity with the CLI experience - everything you can do from a terminal, you can do from this UI. No build step, no framework, no bundler. Just Python and vanilla JS. @@ -16,6 +18,8 @@ This gives you nearly **1:1 parity with Hermes CLI from a convenient web UI** wh ## Quick start +First, you need to install and configure [Hermes Agent](https://hermes-agent.nousresearch.com/). Once installed: + ```bash git clone https://github.com/nesquena/hermes-webui.git hermes-webui cd hermes-webui