跳轉到主要內容

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

Image

快速開始

Step 1: 安裝 Hermes

開啟終端機,執行以下命令:

Linux / macOS / WSL2

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Android / Termux

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
不支援原生 Windows 系統,請安裝WSL2並從 WSL2 中執行 Hermes Agent。

Step2:選擇供應商

安裝成功後,選擇 Quick setup -> More providers -> Custom endpoint。
Image
Image
Image

Step3:設定 AIHubMix 參數

  1. 輸入 API base URL :https://aihubmix.com/v1
  2. 輸入 AIHUBMIX_API_KEY:sk-***。
    Image
  3. 輸入模型編號,選擇需要使用的模型。
Image

Step 4:設定訊息平台

依需求設定訊息平台(使用 Skip 作為參考)-> 是否需要執行(選擇 Y)
Image
Image

Step 5:執行測試

  1. 在終端機輸入 hermes,進入 Hermes Agent 互動頁面。
    Image
  2. 在對話框中輸入內容,若模型正常回應,則代表安裝成功。
Image

常用指令

程式碼區塊
hermes model          # 選擇模型供應商
hermes tools          # 設定要啟動的工具
hermes gateway setup  # 設定訊息平台
hermes config set     # 設定各個設定參數
hermes setup          # 執行完整設定精靈,一次性設定所有內容

Hermes 進化儀表板

為了讓 Hermes Agent 的自進化過程清晰可見,AIHubMix 發布了配套的「養馬」神器——Hermes 進化儀表板 它將枯燥的 ~/.hermes/ 目錄,轉化為一棵具備生命張力的「進化樹」。 在這套系統裡: 視覺進化:基於 D3.js 即時觀察 Agent 的成長軌跡——技能如新葉綻放,記憶使樹幹變粗,並可動態追蹤技能原始碼與健康度。 全局視角:Token 趨勢、模型成本、工具分布全透明。搭配活躍度熱力圖,支援多維度的執行資料分析。 極致克制純唯讀設計。在不觸動核心設定的前提下,直觀掌控記憶容量與檢索優先級,提供跨對話全文搜尋的滿格掌控感。 這是一場關於「視覺化智慧」的實驗,也是我們獻給 Agent 開發者社群的禮物。 🔗 造訪 GitHub 取得原始碼:https://github.com/AIhubmix/hermes-dashboard
Image

更新時間:2026-06-01