# Teknium 宣布 Hermes Agent Bot Mode 公開 beta：每個 profile 可成為獨立 bot

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Teknium 🪽 (@Teknium) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥🔥 · 日期：2026-08-14

> 原始來源：https://x.com/Teknium/status/2088003994904113614

## 證據與延伸閱讀

- [Teknium 宣布 Hermes Agent Bot Mode 公開 beta：每個 profile 可成為獨立 bot。](https://x.com/Teknium/status/2088003994904113614)
- [這項模式需先更新 Hermes](https://x.com/Teknium/status/2088004574846345476)
- [Bot Mode 是 sessions mode 的替代方案](https://github.com/NousResearch/Hermes-Bot-Mode) — 官方 Repository

## 中文摘要

Teknium 宣布 Hermes Agent Bot Mode 公開 beta：每個 profile 可成為獨立 bot。

這項模式需先更新 Hermes，因為它依賴最新版本的 plugin API 增強。

**功能定位** Bot Mode 是 sessions mode 的替代方案：每個 Agent profile 都會成為一個獨立的 bot，擁有自己的對話、名稱、描述、頭像與個性，也能接收工作並和其他 bot 互動。使用者可在 Bots 分頁管理多個 bot，建立或編輯 profile，設定模型、技能、工具組與 `SOUL.md`，也能複製完整設定、記憶與外觀。

**主要能力** 外部來源所述的 plugin 提供下列功能：

- 以 roster 顯示各 bot、最新訊息與時間戳。
- 支援幾何頭像、上傳圖片、AI 生成肖像，以及 bot 忙碌時會動的 pixel pet。
- 透過 Hermes cron 為各 bot 建立週期性工作，結果會回到該 bot 的聊天紀錄。
- 每個 bot 都有持久的 Agent Inbox，可互傳訊息；也能在對話輸入 `@researcher`，把工作轉交給指定 bot。
- 每個 bot 的設定、記憶、技能、憑證與聊天紀錄會隔離存放於 `~/.hermes/profiles/<name>/`，plugin 主要提供操作介面，不需修改核心程式或執行背景 daemon。

**安裝方式** 這是安裝在執行 Hermes Desktop 的電腦上的 desktop plugin，不是安裝在 gateway；若 gateway 位於遠端伺服器，應在本機桌面電腦執行：

```bash
git clone https://github.com/NousResearch/Hermes-Bot-Mode ~/.hermes/desktop-plugins/hermes-bots
```

也可以將 `plugin.js` 下載至 `~/.hermes/desktop-plugins/hermes-bots/`，接著在 Hermes Desktop 按下 `Ctrl+K`，選擇「Reload desktop plugins」，或直接重新啟動應用程式。完成後，Sessions 旁會出現 Bots 分頁，對話旁也會顯示 Routines 區塊。plugin 需求包括支援 plugin SDK 的 Hermes Desktop；`profiles.*` 與 `image.generate` gateway RPC 則需要 hermes-agent ≥ mid-2026 builds，較舊版本仍可使用基本 roster，但進階編輯與頭像生成可能不可用。

**測試重點** Teknium 表示 beta 期間最需要的是使用者回饋，後續會依問題修正，再把 Bot Mode 整合進正式 Desktop App。外部來源也提醒，刪除 profile 目前不在 UI 中，需使用 `hermes profile delete <name>`；bot-to-bot 訊息是每次執行時傳遞，無法即時中斷正在進行的對話。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/2cf4e324e4804167.png)
> Hermes Desktop 桌面應用程式介面展示與 agent 之間的對話互動記錄，左側欄顯示 SESSIONS 與 BOTS 列表包含 Default、Developer 與 Mr Tester，中間主視窗顯示 Developer agent 回報與 Mr Tester 互動的詳細過程與回覆內容。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/db6b2e0b429539d8.png)
> 黑暗模式的新 Agent 建立介面，頂部說明其具備獨立記憶、技能與聊天功能，下方提供頭像圖示選擇器、顏色選項，以及 Name、Title、Description 欄位供使用者輸入設定，並設有「Cancel」與「Create Agent」按鈕。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/c46aafc74f29648e.png)
> New Agent 建立介面，上方顯示說明文字與頭像來源選項（Bot、Generate、Upload、Pet），下方提供搜尋欄與多個 pixel art 風格的寵物頭像選項供使用者選擇做為 Agent 的 profile picture。

![](https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1e225eca15733346.png)
> Hermes Agent 的對話介面顯示使用者發送指令要求向 mr-tester 打招呼，並列出回覆內容與其 wheelhouse 協作領域。

## 標籤

Hermes Agent, 功能更新, Agent, Hermes Agent
