hermes-agent 是一款Agent 工作流(GitHub 147k⭐)。开源AI工作流:The agent that grows with you。⭐147.1k · Python。中文安装说明可在 AI Skill Hub 详情页查看。AI Skill Hub 编辑推荐,适合希望提升 AI 工作流效率的开发者和运营者。
Hermes AI工作流引擎 是一款基于 Python 开发的开源工具,专注于 AI代理、工作流编排、多模型集成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Hermes AI工作流引擎 是一款基于 Python 开发的开源工具,专注于 AI代理、工作流编排、多模型集成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install hermes-agent
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install hermes-agent
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/NousResearch/hermes-agent
cd hermes-agent
pip install -e .
# 验证安装
python -c "import hermes_agent; print('安装成功')"
# 命令行使用
hermes-agent --help
# 基本用法
hermes-agent input_file -o output_file
# Python 代码中调用
import hermes_agent
# 示例
result = hermes_agent.process("input")
print(result)
# hermes-agent 配置文件示例(config.yml) app: name: "hermes-agent" debug: false log_level: "INFO" # 运行时指定配置文件 hermes-agent --config config.yml # 或通过环境变量配置 export HERMES_AGENT_API_KEY="your-key" export HERMES_AGENT_OUTPUT_DIR="./output"
<p align="center"> <img src="assets/banner.png" alt="Hermes Agent" width="100%"> </p>
winget install --id GitHub.cli
hermes # Interactive CLI — start a conversation
hermes model # Choose your LLM provider and model
hermes tools # Configure which tools are enabled
hermes config set # Set individual config values
hermes gateway # Start the messaging gateway (Telegram, Discord, etc.)
hermes setup # Run the full setup wizard (configures everything at once)
hermes claw migrate # Migrate from OpenClaw (if coming from OpenClaw)
hermes update # Update to the latest version
hermes doctor # Diagnose any issues
---
Hermes works with whatever provider you want — that's not changing. But if you'd rather not collect five separate API keys for the model, web search, image generation, TTS, and a cloud browser, Nous Portal covers all of them under one subscription:
/model <name>One command from a fresh install:
hermes setup --portal
That logs you in via OAuth, sets Nous as your provider, and turns on the Tool Gateway. Check what's wired up any time with hermes portal info. Full details on the Tool Gateway docs page.
You can still bring your own keys per-tool whenever you want — the gateway is per-backend, not all-or-nothing.
---
Hermes has two entry points: start the terminal UI with hermes, or run the gateway and talk to it from Telegram, Discord, Slack, WhatsApp, Signal, or Email. Once you're in a conversation, many slash commands are shared across both interfaces.
| Action | CLI | Messaging platforms |
|---|---|---|
| Start chatting | hermes | Run hermes gateway setup + hermes gateway start, then send the bot a message |
| Start fresh conversation | /new or /reset | /new or /reset |
| Change model | /model [provider:model] | /model [provider:model] |
| Set a personality | /personality [name] | /personality [name] |
| Retry or undo the last turn | /retry, /undo | /retry, /undo |
| Compress context / check usage | /compress, /usage, /insights [--days N] | /compress, /usage, /insights [days] |
| Browse skills | /skills or /<skill-name> | /<skill-name> |
| Interrupt current work | Ctrl+C or send a new message | /stop or send a new message |
| Platform-specific status | /platforms | /status, /sethome |
For the full command lists, see the CLI guide and the Messaging Gateway guide.
---
uv.exe as malwareIf your antivirus (Bitdefender, Windows Defender, etc.) quarantines uv.exe from the Hermes bin folder (%LOCALAPPDATA%\hermes\bin\uv.exe), this is a false positive. The file is Astral's uv — the Rust Python package manager Hermes bundles to manage its Python environment. ML-based antivirus engines commonly flag unsigned Rust binaries that download and install packages.
To verify your copy is authentic:
```powershell
高质量开源项目,14.7万星标验证其热度。功能完整度高,工程化设计规范,社区活跃。适合AI工作流构建首选方案。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Hermes AI工作流引擎 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | hermes-agent |
| 原始描述 | 开源AI工作流:The agent that grows with you。⭐147.1k · Python |
| Topics | AI代理工作流编排多模型集成开源框架Python |
| GitHub | https://github.com/NousResearch/hermes-agent |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。