# Hermes Agent

由 Nous Research 打造的自我進化 AI Agent。唯一內建學習循環的 Agent — 它能從經驗中建立技能，在使用過程中不斷優化，主動提醒自己持久化知識，並在多次會話中逐步加深對你的理解。

- [Hermes Agent — The Agent That Grows With You | Nous Research](https://hermes-agent.nousresearch.com/)
- [https://github.com/nousresearch/hermes-agent](https://github.com/nousresearch/hermes-agent)

Tutorials

- [Hermes Agent 文档 | Hermes Agent 中文文档](https://hermes-doc.aigc.green/)
- [Hermes Agent 部署 UI + 本地模型 Gemma 4，对接微信（完全免费，无需 Tokens） - 零度博客](https://www.freedidi.com/23749.html)

Resources

- [Skills Hub | Hermes Agent](https://hermes-agent.nousresearch.com/docs/skills)
- [Awesome Hermes Agent](https://github.com/0xNyk/awesome-hermes-agent)
- [Hermes Atlas](https://hermesatlas.com/) - 各種工具、技能、外掛及整合項目
- [Hermes HUD](https://github.com/joeynyc/hermes-hudui) - 非官方 Hermes Dashboard 
    - [8萬顆星的Hermes Agent少了它根本不能用！3分鐘打造AI中控台 - YouTube](https://www.youtube.com/watch?v=78YQMfgPlwA)

#### Installation

Debian/Ubuntu

```bash
# Install
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

# Configure
hermes setup
```

##### Post-Install

訂製 AI 助理

- `~/.hermes/SOUL.md`
- `~/.hermes/memories/USER.md`

#### Web UI

##### Hermes-WebUI

- [https://github.com/nesquena/hermes-webui](https://github.com/nesquena/hermes-webui)

```bash
git clone https://github.com/nesquena/hermes-webui.git
cd hermes-webui
./start.sh
```

##### hermes-web-ui

- [https://github.com/EKKOLearnAI/hermes-web-ui](https://github.com/EKKOLearnAI/hermes-web-ui)