能力标签
hermes-web-ui Agent工作流
⚙️
Agent工作流

hermes-web-ui Agent工作流

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:hermes-web-ui
⭐ 5.4k Stars 🍴 671 Forks 💻 TypeScript 📄 NOASSERTION 🏷 AI 8.2分
8.2AI 综合评分
AI工作流聊天UI代理系统会话管理仪表板
✦ AI Skill Hub 推荐

hermes-web-ui Agent工作流 是 AI Skill Hub 本期精选Agent工作流之一。已获得 5.4k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

hermes-web-ui Agent工作流 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

hermes-web-ui Agent工作流 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.2 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

Hermes Agent的开源Web仪表板,提供多平台AI聊天、会话管理、工作流编排等功能。支持复杂AI任务自动化和多轮对话管理,适合需要构建企业级AI助手和自动化工作流的开发者和团队。

hermes-web-ui Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 5.4k
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
持续维护,定期更新
开源协议
NOASSERTION
AI 综合评分
8.2 分
工具类型
Agent工作流
Forks
671

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Hermes Agent的开源Web仪表板,提供多平台AI聊天、会话管理、工作流编排等功能。支持复杂AI任务自动化和多轮对话管理,适合需要构建企业级AI助手和自动化工作流的开发者和团队。

hermes-web-ui Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g hermes-web-ui

# 方式二:npx 直接运行(无需安装)
npx hermes-web-ui --help

# 方式三:项目依赖安装
npm install hermes-web-ui

# 方式四:从源码运行
git clone https://github.com/EKKOLearnAI/hermes-web-ui
cd hermes-web-ui
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
hermes-web-ui --help

# 基本用法
hermes-web-ui [options] <input>

# Node.js 代码中使用
const hermes_web_ui = require('hermes-web-ui');

const result = await hermes_web_ui.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# hermes-web-ui 配置说明
# 查看配置选项
hermes-web-ui --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export HERMES_WEB_UI_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 68/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <strong>Hermes Studio</strong> <a href="./README_zh.md">中文</a> </p>

<p align="center"> A desktop app, local runtime, and web console for <a href="https://github.com/NousResearch/hermes-agent">Hermes Agent</a>.<br/> Chat with agents, manage models and profiles, connect platform channels,<br/> automate jobs, inspect files, run coding agents, and keep everything local. </p>

<p align="center"> <a href="https://github.com/EKKOLearnAI/hermes-studio/releases/latest">Download Hermes Studio Desktop</a> · <code>npm install -g hermes-web-ui && hermes-web-ui start</code> </p>

<p align="center"> <img src="https://github.com/EKKOLearnAI/hermes-studio/blob/main/packages/client/src/assets/image.gif" alt="Hermes Web UI Demo" width="680"/> </p>

<p align="center"> <a href="https://www.npmjs.com/package/hermes-web-ui"><img src="https://img.shields.io/npm/v/hermes-web-ui?style=flat-square&color=blue" alt="npm version"/></a> <a href="https://github.com/EKKOLearnAI/hermes-studio/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/hermes-web-ui?style=flat-square" alt="license"/></a> <a href="https://github.com/EKKOLearnAI/hermes-studio/stargazers"><img src="https://img.shields.io/github/stars/EKKOLearnAI/hermes-studio?style=flat-square" alt="stars"/></a> </p>

Core Capabilities

AreaWhat Hermes Studio does
Agent chatRuns Hermes Agent conversations with streaming responses, tool traces, file upload/download, and persistent local sessions.
Local control planeManages profiles, providers, models, credentials, memory, skills, plugins, logs, and runtime settings from one dashboard.
AutomationConfigures platform channels, cron jobs, Kanban tasks, group-chat rooms, and MCP servers around the same Hermes profiles.
Workspace toolsProvides a file browser, web terminal, voice input/output, coding-agent runners, device discovery, and performance views.
DistributionShips as a desktop app for Windows/macOS/Linux, an npm CLI package, and a Docker image.

Features

Docker Compose

Single-container deployment with integrated Hermes Agent:

```bash

Or build from source

docker compose up -d --build

docker compose logs -f hermes-webui ```

Open http://localhost:6060

  • Persistent Hermes data is stored in ./hermes_data
  • Web UI auth token is stored in ./hermes_data/hermes-web-ui/.token
  • On first run with auth enabled, the token is printed to container logs
  • All runtime settings are environment-variable driven in docker-compose.yml

For detailed notes and troubleshooting, see docs/docker.md.

Usage Analytics

  • Total token usage breakdown (input / output)
  • Session count with daily average
  • Estimated cost tracking & cache hit rate
  • Model usage distribution chart
  • 30-day daily trend (bar chart + data table)

Quick Start

Settings

  • Display (streaming, compact mode, reasoning, cost display)
  • Agent (max turns, timeout, tool enforcement)
  • Memory (enable/disable, char limits)
  • Session reset (idle timeout, scheduled reset)
  • Privacy (PII redaction)
  • Model settings (default model & provider)
  • Profile and provider configuration

Web UI Environment Variables

These variables configure Hermes Web UI, its local Hermes runtime integration, and development/preview helpers. Provider API keys and Hermes Agent settings are normally managed through Hermes profiles; environment variables here are process-level overrides.

VariableDefaultDescription
PORT8648Web UI listen port.
BIND_HOST0.0.0.0Web UI bind host. Set :: explicitly for IPv6.
HERMES_WEB_UI_HOME~/.hermes-web-uiWeb UI data home for auth token, credentials, logs, DB, and default uploads. HERMES_WEBUI_STATE_DIR is also supported as a compatibility alias.
HERMES_WEBUI_STATE_DIRunsetCompatibility alias for HERMES_WEB_UI_HOME.
HERMES_WEB_UI_DISABLE_MCP_AUTOINJECTunsetDisable startup injection of the managed hermes-studio MCP server into Hermes profile configs.
HERMES_WEB_UI_ALLOW_TRANSIENT_MCP_AUTOINJECTunsetAllow managed MCP injection when HERMES_WEB_UI_HOME is under a temporary directory, such as Version Preview runtimes.
UPLOAD_DIR$HERMES_WEB_UI_HOME/uploadUpload root override. Files are stored below profile-scoped subdirectories.
CORS_ORIGINSsame host onlyComma- or space-separated cross-origin allowlist for HTTP, Socket.IO, and WebSocket requests. Set * only when you intentionally need legacy wildcard CORS.
AUTH_TOKENauto-generatedExplicit bearer token. If unset, Web UI creates one under HERMES_WEB_UI_HOME.
AUTH_JWT_SECRETAUTH_TOKENJWT signing secret override for username/password sessions.
PROFILEdefaultStartup/default Hermes profile. Runtime requests use the profile selected by the frontend and authorized for the current account.
LOG_LEVELinfoServer log level.
BRIDGE_LOG_LEVEL$LOG_LEVEL or infoBridge log level.
MAX_DOWNLOAD_SIZE200MBMaximum file download size.
MAX_EDIT_SIZE10MBMaximum editable file size.
WORKSPACE_BASEcurrent user's home directoryBase directory for workspace browsing.
HERMES_HOMEplatform defaultHermes data home. Windows uses %LOCALAPPDATA%\hermes; macOS/Linux uses ~/.hermes.
HERMES_BINhermesCustom Hermes CLI binary path.
HERMES_AGENT_ROOTauto-discoveredHermes Agent source checkout containing run_agent.py.
HERMES_AGENT_BRIDGE_PYTHONauto-discoveredPython interpreter used to launch the agent bridge.
HERMES_AGENT_BRIDGE_UVauto-discovereduv executable used to launch the agent bridge when available.
UVauto-discoveredFallback uv executable path.
PYTHONauto-discoveredFallback Python executable for the agent bridge.
HERMES_AGENT_BRIDGE_ENDPOINTplatform defaultAgent bridge broker endpoint. Windows defaults to tcp://127.0.0.1:18765; macOS/Linux defaults to ipc:///tmp/hermes-agent-bridge.sock.
HERMES_AGENT_BRIDGE_TIMEOUT_MS120000Timeout for Node requests to the bridge broker.
HERMES_AGENT_BRIDGE_CONNECT_RETRY_MS5000Short retry window for connecting to the bridge socket.
HERMES_AGENT_BRIDGE_STARTUP_TIMEOUT_MS120000Timeout while waiting for the Python bridge to become ready.
HERMES_AGENT_BRIDGE_STOP_ON_SHUTDOWNenabledStop the bridge broker during Web UI shutdown and restart. Set 0, false, no, or off to keep the bridge across restarts.
HERMES_AGENT_BRIDGE_AUTO_RESTARTenabledAuto-restart the bridge broker after unexpected exit. Set 0, false, no, or off to disable.
HERMES_AGENT_BRIDGE_RESTART_DELAY_MS1000Base delay for bridge auto-restart backoff.
HERMES_AGENT_BRIDGE_PLATFORMcliPlatform identity passed to Hermes Agent.
HERMES_AGENT_BRIDGE_WORKER_TRANSPORTplatform defaultProfile worker transport. Set tcp for loopback TCP or ipc/unix for Unix domain sockets; defaults to Windows TCP and macOS/Linux IPC.
HERMES_AGENT_BRIDGE_WORKER_PORT_BASE18780Base port for TCP worker endpoints.
HERMES_BRIDGE_PROVIDERprofile/defaultProvider override for bridge runs.
HERMES_BRIDGE_TOOLSETSprofile/defaultToolset override for bridge runs.
HERMES_BRIDGE_MAX_TURNSprofile/defaultMaximum turn override for bridge runs.
HERMES_BRIDGE_SUPPRESS_PLATFORM_HINTcliControls bridge platform hint suppression passed to Hermes Agent.
HERMES_OPENROUTER_APP_REFERERhttps://hermes-studio.aiOpenRouter attribution referer sent by bridge runs.
HERMES_OPENROUTER_APP_TITLEHermes Web UIOpenRouter attribution title sent by bridge runs.
HERMES_OPENROUTER_APP_CATEGORIEScli-agent,personal-agentOpenRouter attribution categories sent by bridge runs.
HERMES_WEB_UI_MANAGED_GATEWAYenabledControls Web UI-managed Hermes gateway process handling. Set 0, false, no, or off to use hermes gateway start instead.
HERMES_WEB_UI_DISABLE_GATEWAY_AUTOSTARTunsetSkip startup gateway checks/autostart. Set 1, true, yes, or on for dashboard-only deployments where another service owns Hermes gateway lifecycle.
HERMES_WEB_UI_DISABLE_SKILL_INJECTIONunsetSkip startup bundled skill injection. Set 1, true, yes, or on when bundled skills are managed outside Hermes Web UI. When injection is enabled, Web UI updates only skills it previously installed or identical existing bundled copies; local edits and user-owned same-name skills are skipped.
HERMES_WEB_UI_STOP_GATEWAYS_ON_SHUTDOWNenabled in productionControls whether Web UI shutdown also stops managed gateway processes. Set 0 or false to detach them.
HERMES_GATEWAY_URL / GATEWAY_URLunsetExplicit Hermes gateway upstream URL for proxy routes.
GATEWAY_HOST127.0.0.1Default Hermes gateway upstream host for proxy routes.
GATEWAY_PORT8642Default Hermes gateway upstream port for proxy routes.
HERMES_WEB_UI_PREVIEW_REPOpackage repositoryGitHub repository used by Version Preview.
HERMES_WEB_UI_PREVIEW_AGENT_BRIDGE_TRANSPORTplatform defaultVersion Preview broker transport. Set tcp to use loopback TCP for Preview on macOS/Linux; when unset, Preview follows HERMES_AGENT_BRIDGE_WORKER_TRANSPORT=tcp.
HERMES_WEB_UI_PREVIEW_AGENT_BRIDGE_ENDPOINTisolated preview endpointDirectly overrides the Version Preview broker endpoint.
HERMES_WEB_UI_BACKEND_PORT8648Backend port used by the Vite dev proxy.
HERMES_WEB_UI_FRONTEND_PORT8649Frontend Vite dev server port.

Auto Configuration

On startup the BFF server automatically:

  • Initializes Web UI data directories, local databases, and bundled skills
  • Starts the Hermes agent bridge used by /chat-run
  • Opens browser on successful startup

---

CLI Commands

CommandDescription
hermes-web-ui startStart in background (daemon mode)
hermes-web-ui start --port 9000Start on custom port
hermes-web-ui stopStop background process
hermes-web-ui restartRestart background process; stops the bridge by default
hermes-web-ui statusCheck if running
hermes-web-ui updateUpdate to latest version & restart
hermes-web-ui upgradeAlias for update
hermes-web-ui -vShow version number
hermes-web-ui -hShow help message

restart, update, and upgrade stop the Agent Bridge broker by default so restarted or updated servers do not reuse stale Python bridge processes. Set HERMES_AGENT_BRIDGE_STOP_ON_SHUTDOWN=0 before restarting only when you explicitly want to keep the bridge broker and running bridge sessions alive.

update / upgrade first attempt npm cache clean --force, then run npm install -g hermes-web-ui@latest and restart. Cache cleanup is best-effort; if it fails, the updater continues with the install.

🎯 aiskill88 AI 点评 A 级 2026-05-20

设计完整的AI工作流平台,5.4k stars体现市场认可度高。TypeScript开发维护良好,Dashboard功能全面,适合企业级应用,但文档和易用性还有优化空间。

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
部署方案
  • Docker:hermes-web-ui 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
hermes-web-ui 中文教程hermes-web-ui 安装报错怎么办hermes-web-ui Docker 部署hermes-web-ui Agent 工作流hermes-web-ui 与同类工具对比hermes-web-ui 最佳实践hermes-web-ui 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +GitHub 5.4k Star,社区高度认可
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

支持主流商业和开源模型,通过API接入,具体支持列表见官方文档
💡 AI Skill Hub 点评

经综合评估,hermes-web-ui Agent工作流 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
📚 深入学习 hermes-web-ui Agent工作流
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 hermes-web-ui
原始描述 开源AI工作流:Web dashboard for Hermes Agent — multi-platform AI chat, session management, sch。⭐5.4k · TypeScript
Topics AI工作流聊天UI代理系统会话管理仪表板
GitHub https://github.com/EKKOLearnAI/hermes-web-ui
License NOASSERTION
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/EKKOLearnAI/hermes-web-ui 🌐 官方网站  https://ekkolearnai.com

收录时间:2026-05-19 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →