Enhance README with Hermes Agent details

Updated README to include information about Hermes Agent and clarified the purpose of Hermes WebUI.
This commit is contained in:
Nathan Esquenazi
2026-03-31 00:34:50 -07:00
committed by GitHub
parent d90fb42cd1
commit a9ae0b0a83

View File

@@ -1,7 +1,9 @@
# Hermes Web UI # Hermes Web UI
A lightweight, dark-themed browser interface for Hermes. [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.
Full parity with the CLI experience -- everything you can do from a terminal,
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 you can do from this UI. No build step, no framework, no bundler. Just Python
and vanilla JS. 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 ## Quick start
First, you need to install and configure [Hermes Agent](https://hermes-agent.nousresearch.com/). Once installed:
```bash ```bash
git clone https://github.com/nesquena/hermes-webui.git hermes-webui git clone https://github.com/nesquena/hermes-webui.git hermes-webui
cd hermes-webui cd hermes-webui