2026-04-21 20:31:52 +08:00
< p align = "center" >
< img src = "assets/banner.png" alt = "Hermes Agent" width = "100%" >
< / p >
# Hermes Agent ☤
< p align = "center" >
< a href = "https://hermes-agent.nousresearch.com/docs/" > < img src = "https://img.shields.io/badge/Docs-hermes--agent.nousresearch.com-FFD700?style=for-the-badge" alt = "Documentation" > < / a >
< a href = "https://discord.gg/NousResearch" > < img src = "https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt = "Discord" > < / a >
< a href = "https://github.com/NousResearch/hermes-agent/blob/main/LICENSE" > < img src = "https://img.shields.io/badge/License-MIT-green?style=for-the-badge" alt = "License: MIT" > < / a >
< a href = "https://nousresearch.com" > < img src = "https://img.shields.io/badge/Built%20by-Nous%20Research-blueviolet?style=for-the-badge" alt = "Built by Nous Research" > < / a >
< a href = "README.md" > < img src = "https://img.shields.io/badge/Lang-English-lightgrey?style=for-the-badge" alt = "English" > < / a >
2026-06-08 05:45:27 +05:00
< a href = "README.ur-pk.md" > < img src = "https://img.shields.io/badge/Lang-اردو-green?style=for-the-badge" alt = "اردو" > < / a >
2026-04-21 20:31:52 +08:00
< / p >
**由 [Nous Research ](https://nousresearch.com ) 构建的自进化 AI 代理。** 它是唯一内置学习闭环的智能代理——从经验中创建技能,在使用中改进技能,主动持久化知识,搜索过往对话,并在跨会话中逐步构建对你的深度理解。可以在 $5 的 VPS 上运行,也可以在 GPU 集群上运行,或者使用几乎零成本的 Serverless 基础设施。它不绑定你的笔记本——你可以在 Telegram 上与它对话,而它在云端 VM 上工作。
支持任意模型——[Nous Portal ](https://portal.nousresearch.com )、[OpenRouter ](https://openrouter.ai )( 200+ 模型)、[NVIDIA NIM ](https://build.nvidia.com )( Nemotron) 、[小米 MiMo ](https://platform.xiaomimimo.com )、[z.ai/GLM ](https://z.ai )、[Kimi/Moonshot ](https://platform.moonshot.ai )、[MiniMax ](https://www.minimax.io )、[Hugging Face ](https://huggingface.co )、OpenAI, 或自定义端点。使用 `hermes model` 即可切换——无需改代码,无锁定。
< table >
< tr > < td > < b > 真正的终端界面< / b > < / td > < td > 完整的 TUI, 支持多行编辑、斜杠命令自动补全、对话历史、中断重定向和流式工具输出。< / td > < / tr >
< tr > < td > < b > 随你所在< / b > < / td > < td > Telegram、Discord、Slack、WhatsApp、Signal 和 CLI——全部从单个网关进程运行。语音备忘录转写、跨平台对话连续性。< / td > < / tr >
< tr > < td > < b > 闭环学习< / b > < / td > < td > 代理管理记忆并定期自我提醒。复杂任务后自动创建技能。技能在使用中自我改进。FTS5 会话搜索配合 LLM 摘要实现跨会话回溯。< a href = "https://github.com/plastic-labs/honcho" > Honcho< / a > 辩证式用户建模。兼容 < a href = "https://agentskills.io" > agentskills.io< / a > 开放标准。< / td > < / tr >
< tr > < td > < b > 定时自动化< / b > < / td > < td > 内置 cron 调度器,支持向任何平台投递。日报、夜间备份、周审计——全部用自然语言描述,无人值守运行。< / td > < / tr >
< tr > < td > < b > 委派与并行< / b > < / td > < td > 生成隔离子代理处理并行工作流。编写 Python 脚本通过 RPC 调用工具,将多步管道压缩为零上下文开销的轮次。< / td > < / tr >
< tr > < td > < b > 随处运行< / b > < / td > < td > 六种终端后端——本地、Docker、SSH、Daytona、Singularity 和 Modal。Daytona 和 Modal 提供 Serverless 持久化——代理环境空闲时休眠、按需唤醒,空闲期间几乎零成本。$5 VPS 或 GPU 集群都能跑。< / td > < / tr >
chore: remove Atropos RL environments and tinker-atropos integration (#26106)
* chore: remove Atropos RL environments, tools, tests, skill, and tinker-atropos submodule
Delete:
- environments/ (43 files — base env, agent loop, tool call parsers, benchmarks)
- rl_cli.py (standalone RL training CLI)
- tools/rl_training_tool.py (all 10 rl_* tools)
- tests: test_rl_training_tool, test_tool_call_parsers, test_managed_server_tool_support,
test_agent_loop, test_agent_loop_vllm, test_agent_loop_tool_calling,
test_terminalbench2_env_security
- optional-skills/mlops/hermes-atropos-environments/
- tinker-atropos git submodule + .gitmodules
* chore: remove RL/Atropos references from Python source
- toolsets.py: remove rl toolset block + update comment
- model_tools.py: remove rl_tools group + update async bridging comment
- hermes_cli/tools_config.py: remove RL display entry, _DEFAULT_OFF_TOOLSETS,
setup block, and rl_training post-setup handler
- tools/budget_config.py: remove RL environment reference in docstring
- tests/test_model_tools.py: remove rl_tools from expected groups
- tests/run_agent/test_streaming_tool_call_repair.py: fix stale cross-reference
* chore: remove rl/yc-bench extras and tinker-atropos refs from pyproject.toml
- Remove rl extra (atroposlib, tinker, fastapi, uvicorn, wandb)
- Remove yc-bench extra
- Remove rl_cli from py-modules
- Remove [tool.ty.src] exclude for tinker-atropos
- Remove [tool.ruff] exclude for tinker-atropos
- Regenerate uv.lock
* chore: remove tinker-atropos from install/setup scripts
- setup-hermes.sh: remove entire tinker-atropos submodule install block
- scripts/install.sh: remove both tinker-atropos blocks (Termux + standard)
- scripts/install.ps1: remove tinker-atropos block
- nix/hermes-agent.nix: remove tinker-atropos pip install line
* chore: remove RL references from cli-config.yaml.example
* docs: remove Atropos/RL references from README, CONTRIBUTING, AGENTS.md
* docs: remove RL/Atropos references from website
- Delete: environments.md, rl-training.md, mlops-hermes-atropos-environments.md
- sidebars.ts: remove rl-training and environments sidebar entries
- optional-skills-catalog.md: remove hermes-atropos-environments row
- tools-reference.md: remove entire rl toolset section
- toolsets-reference.md: remove rl row + update example
- integrations/index.md: remove RL Training bullet
- architecture.md: remove environments/ from tree + RL section
- contributing.md: remove tinker-atropos setup
- updating.md: remove tinker-atropos install + stale submodule update
* chore: remove remaining RL/Atropos stragglers
- hermes_cli/config.py: remove TINKER_API_KEY + WANDB_API_KEY env var defs
- hermes_cli/doctor.py: remove Submodules check section (tinker-atropos)
- hermes_cli/setup.py: remove RL Training status check
- hermes_cli/status.py: remove Tinker + WandB from API key status display
- agent/display.py: remove both rl_* tool preview/activity blocks
- website/docs: remove RL references from providers.md + env-variables.md
- tests: remove TINKER_API_KEY from conftest, set_config_value, setup_script
* chore: remove RL training section from .env.example
2026-05-15 10:36:38 +05:30
< tr > < td > < b > 研究就绪< / b > < / td > < td > 批量轨迹生成、轨迹压缩——用于训练下一代工具调用模型。< / td > < / tr >
2026-04-21 20:31:52 +08:00
< / table >
---
## 快速安装
```bash
2026-06-04 16:02:46 -04:00
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
2026-04-21 20:31:52 +08:00
```
支持 Linux、macOS、WSL2 和 Android (Termux)。安装程序会自动处理平台特定的配置。
> **Android / Termux: ** 已测试的手动安装路径请参考 [Termux 指南](https://hermes-agent.nousresearch.com/docs/getting-started/termux)。在 Termux 上, Hermes 会安装精选的 `.[termux]` 扩展,因为完整的 `.[all]` 扩展会拉取 Android 不兼容的语音依赖。
>
> **Windows: ** 原生 Windows 不受支持。请安装 [WSL2](https://learn.microsoft.com/zh-cn/windows/wsl/install) 并运行上述命令。
安装后:
```bash
source ~/.bashrc # 重新加载 shell( 或: source ~/.zshrc)
hermes # 开始对话!
```
---
## 快速入门
```bash
hermes # 交互式 CLI — 开始对话
hermes model # 选择 LLM 提供商和模型
hermes tools # 配置启用的工具
hermes config set # 设置单个配置项
hermes gateway # 启动消息网关( Telegram、Discord 等)
hermes setup # 运行完整设置向导(一次性配置所有内容)
hermes claw migrate # 从 OpenClaw 迁移(如果来自 OpenClaw)
hermes update # 更新到最新版本
hermes doctor # 诊断问题
```
📖 ** [完整文档 → ](https://hermes-agent.nousresearch.com/docs/ )**
2026-05-23 05:25:46 -07:00
---
## 省去到处收集 API Key — Nous Portal
Hermes 始终允许你使用任意服务商, 这点不会改变。但如果你不想为模型、网页搜索、图像生成、TTS、云浏览器分别去申请五个不同的 API Key, **[Nous Portal ](https://portal.nousresearch.com )** 用一个订阅就能覆盖全部:
- **300+ 模型** — 用 `/model <name>` 随时切换
- **Tool Gateway** — 网页搜索( Firecrawl) 、图像生成( FAL) 、文本转语音( OpenAI) 、云浏览器( Browser Use) , 全部通过订阅托管。无需额外注册任何账户。
全新安装时一条命令即可:
```bash
hermes setup --portal
```
2026-06-04 01:19:28 +05:30
它会通过 OAuth 登录、把 Nous 设为推理服务商,并启用 Tool Gateway。随时用 `hermes portal info` 查看路由状态。完整说明见 [Tool Gateway 文档 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/tool-gateway )。
2026-05-23 05:25:46 -07:00
你随时可以按工具单独切回自己的 API Key — Gateway 是按工具粒度生效的,不是一刀切。
---
2026-04-21 20:31:52 +08:00
## CLI 与消息平台 快速对照
Hermes 有两种入口:用 `hermes` 启动终端 UI, 或运行网关从 Telegram、Discord、Slack、WhatsApp、Signal 或 Email 与之对话。进入对话后,许多斜杠命令在两种界面中通用。
| 操作 | CLI | 消息平台 |
|------|-----|----------|
| 开始对话 | `hermes` | 运行 `hermes gateway setup` + `hermes gateway start` ,然后给机器人发消息 |
| 开始新对话 | `/new` 或 `/reset` | `/new` 或 `/reset` |
| 更换模型 | `/model [provider:model]` | `/model [provider:model]` |
| 设置人格 | `/personality [name]` | `/personality [name]` |
| 重试或撤销上一轮 | `/retry` 、`/undo` | `/retry` 、`/undo` |
| 压缩上下文 / 查看用量 | `/compress` 、`/usage` 、`/insights [--days N]` | `/compress` 、`/usage` 、`/insights [days]` |
| 浏览技能 | `/skills` 或 `/<skill-name>` | `/skills` 或 `/<skill-name>` |
| 中断当前工作 | `Ctrl+C` 或发送新消息 | `/stop` 或发送新消息 |
| 平台特定状态 | `/platforms` | `/status` 、`/sethome` |
完整命令列表请参阅 [CLI 指南 ](https://hermes-agent.nousresearch.com/docs/user-guide/cli ) 和 [消息网关指南 ](https://hermes-agent.nousresearch.com/docs/user-guide/messaging )。
---
## 文档
所有文档位于 ** [hermes-agent.nousresearch.com/docs ](https://hermes-agent.nousresearch.com/docs/ )**:
| 章节 | 内容 |
|------|------|
| [快速开始 ](https://hermes-agent.nousresearch.com/docs/getting-started/quickstart ) | 安装 → 设置 → 2 分钟内开始首次对话 |
| [CLI 使用 ](https://hermes-agent.nousresearch.com/docs/user-guide/cli ) | 命令、快捷键、人格、会话 |
| [配置 ](https://hermes-agent.nousresearch.com/docs/user-guide/configuration ) | 配置文件、提供商、模型、所有选项 |
| [消息网关 ](https://hermes-agent.nousresearch.com/docs/user-guide/messaging ) | Telegram、Discord、Slack、WhatsApp、Signal、Home Assistant |
| [安全 ](https://hermes-agent.nousresearch.com/docs/user-guide/security ) | 命令审批、DM 配对、容器隔离 |
| [工具与工具集 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/tools ) | 40+ 工具、工具集系统、终端后端 |
| [技能系统 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/skills ) | 过程记忆、技能中心、创建技能 |
| [记忆 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/memory ) | 持久记忆、用户画像、最佳实践 |
| [MCP 集成 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp ) | 连接任意 MCP 服务器扩展能力 |
| [定时调度 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/cron ) | 定时任务与平台投递 |
| [上下文文件 ](https://hermes-agent.nousresearch.com/docs/user-guide/features/context-files ) | 影响每次对话的项目上下文 |
| [架构 ](https://hermes-agent.nousresearch.com/docs/developer-guide/architecture ) | 项目结构、代理循环、关键类 |
| [贡献 ](https://hermes-agent.nousresearch.com/docs/developer-guide/contributing ) | 开发设置、PR 流程、代码风格 |
| [CLI 参考 ](https://hermes-agent.nousresearch.com/docs/reference/cli-commands ) | 所有命令和标志 |
| [环境变量 ](https://hermes-agent.nousresearch.com/docs/reference/environment-variables ) | 完整环境变量参考 |
---
## 从 OpenClaw 迁移
如果你来自 OpenClaw, Hermes 可以自动导入你的设置、记忆、技能和 API 密钥。
**首次安装时:** 安装向导(`hermes setup` )会自动检测 `~/.openclaw` 并在配置开始前提供迁移选项。
**安装后任意时间:**
```bash
hermes claw migrate # 交互式迁移(完整预设)
hermes claw migrate --dry-run # 预览将要迁移的内容
hermes claw migrate --preset user-data # 仅迁移用户数据,不含密钥
hermes claw migrate --overwrite # 覆盖已有冲突
```
导入内容:
- **SOUL.md** — 人格文件
- **记忆** — MEMORY.md 和 USER.md 条目
- **技能** — 用户创建的技能 → `~/.hermes/skills/openclaw-imports/`
- **命令白名单** — 审批模式
- **消息设置** — 平台配置、允许用户、工作目录
- **API 密钥** — 白名单中的密钥( Telegram、OpenRouter、OpenAI、Anthropic、ElevenLabs)
- **TTS 资产** — 工作区音频文件
- **工作区指令** — AGENTS.md( 使用 `--workspace-target` )
使用 `hermes claw migrate --help` 查看所有选项,或使用 `openclaw-migration` 技能进行交互式代理引导迁移(含干运行预览)。
---
## 贡献
欢迎贡献!请参阅 [贡献指南 ](https://hermes-agent.nousresearch.com/docs/developer-guide/contributing ) 了解开发设置、代码风格和 PR 流程。
贡献者快速开始——克隆并使用 `setup-hermes.sh` :
```bash
git clone https://github.com/NousResearch/hermes-agent.git
cd hermes-agent
./setup-hermes.sh # 安装 uv、创建 venv、安装 .[all]、创建符号链接 ~/.local/bin/hermes
./hermes # 自动检测 venv, 无需先 source
```
手动安装(等效于上述命令):
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv venv --python 3.11
source venv/bin/activate
uv pip install -e ".[all,dev]"
python -m pytest tests/ -q
```
---
## 社区
- 💬 [Discord ](https://discord.gg/NousResearch )
- 📚 [技能中心 ](https://agentskills.io )
- 🐛 [问题反馈 ](https://github.com/NousResearch/hermes-agent/issues )
- 💡 [讨论区 ](https://github.com/NousResearch/hermes-agent/discussions )
- 🔌 [HermesClaw ](https://github.com/AaronWong1999/hermesclaw ) — 社区微信桥接:在同一微信账号上运行 Hermes Agent 和 OpenClaw。
---
## 许可证
MIT — 详见 [LICENSE ](LICENSE )。
由 [Nous Research ](https://nousresearch.com ) 构建。