Initial commit

This commit is contained in:
Timmy
2026-06-20 23:39:42 +08:00
commit 6f5218f243
2 changed files with 50 additions and 0 deletions

49
CT109-hermes.md Normal file
View File

@@ -0,0 +1,49 @@
# 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.02026.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…
- APIZ.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.jsbrowser 進階、computer_use、image/video_gen
設定方式:`hermes setup`,或直接編 `/root/.hermes/.env`

1
README.md Normal file
View File

@@ -0,0 +1 @@
# hermes