Hermes WebUI
给 Nous Research 的 Hermes Agent 套一个浏览器/手机界面,功能与命令行近乎一致
Nous Research 的 Hermes Agent 是一个常驻服务器、经命令行或消息应用访问的自治 agent,会记住学到的东西、越用越熟悉你的环境。Hermes WebUI 给它配了一个浏览器界面、也适配手机:三栏布局,左侧会话、中间聊天、右侧工作区文件浏览,功能与命令行近乎 1:1。可接入多家模型 provider,经 SSH 隧道或 Tailscale 远程访问,还能把同一个 agent 接到 Telegram、Discord、Slack 等十多个消息平台。社区作者 nesquena 维护,bootstrap.py 一键拉起,也能用 Docker compose 部署。
社区实测
社区普遍认为 Hermes WebUI 将 Hermes Agent 从终端搬进浏览器,降低了非技术用户的使用门槛,但当前版本稳定性差、bug 多
- 让非技术用户通过浏览器仪表盘操作 Hermes Agent,无需面对终端命令行
- 将 agents、对话、项目、看板、记忆集中在一个界面中管理
- 稳定性差,聊天滚动出现故障、随机消失
- 提示词(prompts)会无故消失
- 存在随机超时问题
来源
Hermes-WebUI is too buggy and unstable, any alternative? : r/hermesagentHermes Agent Web UI Will SHOCK Anyone Using The Terminal : r/AISEOInsider
截至 2026-06-18
git clone https://github.com/nesquena/hermes-webui.git hermes-webui && cd hermes-webui && python3 bootstrap.py git clone https://github.com/nesquena/hermes-webui && cd hermes-webui && cp .env.docker.example .env && docker compose up -d