50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
# CT109 — hermes-agent
|
||
|
||
Proxmox LXC 容器(標籤 `hermes-agent`),跑 hermes-agent CLI。
|
||
|
||
## 連線
|
||
|
||
```bash
|
||
ssh root@192.168.42.109
|
||
```
|
||
|
||
- 帳號:`root`
|
||
- 已裝免密碼 SSH 金鑰(`~/.ssh/id_ecdsa.pub`),不需密碼
|
||
- 系統:Linux 6.8.12-16-pve x86_64
|
||
|
||
## hermes-agent
|
||
|
||
| 項目 | 值 |
|
||
|------|-----|
|
||
| 版本 | v0.17.0(2026.6.19) |
|
||
| 指令 | `/root/.local/bin/hermes`(也在 PATH) |
|
||
| 安裝目錄 | `/root/.hermes/hermes-agent`(git editable, venv Python 3.11) |
|
||
| 狀態/設定 | `/root/.hermes`(`.env` 放 API key) |
|
||
| repo | https://github.com/NousResearch/hermes-agent |
|
||
|
||
非常駐:是 CLI,沒有 systemd 服務或常駐程序。
|
||
|
||
## 常用指令
|
||
|
||
```bash
|
||
hermes --version # 版本
|
||
hermes update # git pull + 重裝依賴
|
||
hermes doctor [--fix] # 健康檢查 / 自動修設定
|
||
hermes setup # 設定 provider 與 API key
|
||
hermes model # 選 provider / 模型
|
||
```
|
||
|
||
## 現況(2026-06-20)
|
||
|
||
- 核心工具全綠:browser, terminal, file, memory, vision, skills, tts, video…
|
||
- API:Z.AI / GLM 已通
|
||
- config 已遷移至新版格式(`hermes doctor --fix`)
|
||
|
||
### 待設定(選用,缺 API key/相依才會 disable)
|
||
|
||
- web 搜尋:EXA / Tavily / Firecrawl / Parallel key
|
||
- 其他:OpenRouter, XAI(x_search), Discord token, GITHUB_TOKEN
|
||
- 系統相依:docker、Node.js(browser 進階)、computer_use、image/video_gen
|
||
|
||
設定方式:`hermes setup`,或直接編 `/root/.hermes/.env`。
|