本文最后更新于 2026-07-15,文章内容可能已经过时。

最近在深度用 Nous Research 的 Hermes Agent,打算写一个系列。第一篇从最基础的开始:怎么装、怎么配、怎么确认它能跑。


它是什么

一句话:开源的自主 AI Agent,带持久记忆和自我进化能力

跟我们熟悉的 Cursor、Claude Code 不太一样——它不是一个绑在 IDE 里的副驾驶,更像一个能自己干活、自己总结经验的"数字打工人"。记住你的偏好,在干活中积累技能,越用越懂你。

不过这是后话。这篇先解决第一个问题:让它跑起来。


一、下载安装

安装前的准备

官方脚本(Windows用install.ps1,Linux/macOS用install.sh)会自动检测并安装以下核心环境,无需你手动干预:

  • Python (3.11+):Hermes 运行的基础

  • Node.js (22+):部分功能依赖的JavaScript环境

  • uv:一个快速的 Python 包管理器

  • ripgrep:高效的代码搜索工具

  • ffmpeg:处理多媒体文件的工具

唯一可能需要提前安装的软件

根据Hermes官方文档,唯一需要你提前确保系统里有的就是 git。如果系统是最小化安装,可能没有 git,需要手动安装一下。

方式二:命令行安装(VPS / WSL / Termux)

# Linux / macOS / WSL2 / Termux
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

# Windows PowerShell
iex (irm https://hermes-agent.nousresearch.com/install.ps1)

装完 source ~/.bashrc(或 ~/.zshrc)。

方式三:PyPI

pip install hermes-agent
# 或
uv pip install hermes-agent


三、安装阶段会踩的坑

写在前头,省得你踩一遍:

Windows 用户注意: - 如果用记事本编辑过 ~/.hermes/config.yaml,文件可能被写入 UTF-8 BOM 头,导致启动报 HTTP 400 错误。用 hermes config edit 编辑才是正确姿势。 - Alt+Enter 在聊天界面不会换行——Windows 终端把它拦截成"全屏"了。用 Ctrl+Enter。

通用问题: - 安装脚本依赖 uv 管理 Python 虚拟环境。机器上 Python 版本太老或者路径带中文/空格,有一定概率挂。出问题先跑 hermes doctor。 - Desktop 是 Electron 应用,内存占用不算轻。


四、初始配置

安装完成后的第一件事:选模式。

4.1 模式选择

安装完成后会显示 Hermes 的核心配置向导界面,按照你的需求来选择需要的模式

-> Starting setup wizard...


┌─────────────────────────────────────────────────────────┐
│             ⚕ Hermes Agent Setup Wizard                │
├─────────────────────────────────────────────────────────┤
│  Let's configure your Hermes Agent installation.       │
│  Press Ctrl+C at any time to exit.                     │
└─────────────────────────────────────────────────────────┘


  How would you like to set up Hermes?
  Select by number, Enter to confirm.

  (●)  1. Quick Setup (Nous Portal) — free OAuth login, no API keys, model + tools (recommended)
  (○)  2. Full setup — configure every provider, tool & option yourself (bring your own keys)
  (○)  3. Blank Slate — everything off except the bare minimum; opt in to each capability

  Choice [default 1]:

1. 快速设置

  • 这是什么:Hermes 官方提供的免费体验模式

  • 怎么工作:它不要求你输入自己的 OpenAI 或其它 API 密钥,而是通过 Nous Portal 进行 OAuth 登录(类似用 Google/GitHub 账号授权登录),从而获得官方提供的免费额度和预置模型。如果你暂时不想付费购买 API,或者不想折腾复杂的密钥配置,选这个就能立刻开始聊天和体验基础功能。

2. 完整设置(第二个选项)

  • 这是什么高级自定义模式

  • 怎么工作:你需要自己手动输入各种 AI 服务商的 API Key(比如 OpenAI、Kimi、智谱等),并且可以逐项开启或关闭各种工具(如代码执行、网页搜索、文件读写等)。如果你已经有自己的付费 API 额度,或者想精确控制 Hermes 能用哪些模型和工具,就选这个。选完后会进入一个配置菜单,让你填密钥。

3. 空白状态(第三个选项)

  • 这是什么最小化启动模式

  • 怎么工作:几乎关闭所有功能,只保留最基础的核心框架。所有模型连接和工具都需要你后续一步步手动开启。除非你非常熟悉 Hermes 且只想从零开始手动添加特定功能,否则不建议选此项,因为选了这个启动后它基本“什么都不会做”。

我选择的是第二个选项,输入2然后回车

4.2 用自己的 API Key

1:交互菜单选就行。目前支持的常见选择:AI Providers | Hermes Agent


◆ Configuration Location
  Config file:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes\config.yaml
  Secrets file: C:\Users\ithelpdesk.cz10\AppData\Local\hermes\.env
  Data folder:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes
  Install dir:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes\hermes-agent

  You can edit these files directly or use 'hermes config edit'

◆ Inference Provider
  Choose how to connect to your main chat model.
     Guide: https://hermes-agent.nousresearch.com/docs/integrations/providers

Warning: No inference provider configured. Run 'hermes model' to choose a provider and model, or set an API key (OPENROUTER_API_KEY, OPENAI_API_KEY, etc.) in ~/.hermes/.env. Falling back to auto provider detection.

  Current model:    anthropic/claude-opus-4.6
  Active provider:  none


  Select provider:
  Select by number, Enter to confirm.

  (●)  1. Nous Portal (Everything your agent needs, 300+ models with bundled tool use)
  (○)  2. OpenRouter (Pay-per-use API aggregator)
  (○)  3. Mixture of Agents (named presets; aggregator acts after reference models)
  (○)  4. NovitaAI (Cloud: Model API, Agent Sandbox, GPU Cloud)
  (○)  5. LM Studio (Local desktop app with built-in model server)
  (○)  6. Anthropic (Claude models via API key or Claude Code)
  (○)  7. OpenAI ▸ (Codex CLI or direct OpenAI API)
  (○)  8. Qwen Cloud / DashScope (Qwen + multi-provider)
  (○)  9. xAI Grok ▸ (Direct API or SuperGrok / Premium+ OAuth)
  (○) 10. Xiaomi MiMo (MiMo-V2.5 and V2 models: pro, omni, flash)
  (○) 11. Tencent TokenHub (Hy3 Preview via tokenhub.tencentmaas.com)
  (○) 12. NVIDIA NIM (Nemotron models via build.nvidia.com or local NIM)
  (○) 13. GitHub Copilot ▸ (GitHub token API or copilot --acp process)
  (○) 14. Hugging Face Inference Providers
  (○) 15. Google AI Studio (Native Gemini API)
  (○) 16. Google Vertex AI (Gemini via GCP; OAuth2 service account or ADC, GCP billing/quotas)
  (○) 17. DeepSeek (V3, R1, coder, direct API)
  (○) 18. Z.AI / GLM (Zhipu direct API)
  (○) 19. Kimi / Moonshot ▸ (Coding Plan, Moonshot global & China endpoints)
  (○) 20. StepFun Step Plan (Agent / coding models via Step Plan API)
  (○) 21. MiniMax ▸ (Global, OAuth Coding Plan & China endpoints)
  (○) 22. Ollama Cloud (Cloud-hosted open models, ollama.com)
  (○) 23. Arcee AI (Trinity models, direct API)
  (○) 24. GMI Cloud (Multi-model direct API)
  (○) 25. Fireworks AI (OpenAI-compatible direct model API)
  (○) 26. Kilo Code (Kilo Gateway API)
  (○) 27. OpenCode ▸ (Zen pay-as-you-go or Go subscription)
  (○) 28. AWS Bedrock (Claude, Nova, Llama, DeepSeek; IAM or API key)
  (○) 29. Azure Foundry (OpenAI-style or Anthropic-style endpoint, your Azure AI deployment)
  (○) 30. Qwen OAuth (Reuses local Qwen CLI login)
  (○) 31. Alibaba Cloud Coding Plan (Dedicated coding tier)
  (○) 32. custom (direct API)
  (○) 33. Custom endpoint (enter URL manually)
  (○) 34. Configure auxiliary models...
  (○) 35. Leave unchanged

  Choice [default 1]:

2:选择后输入apikey

No DeepSeek API key configured.
DEEPSEEK_API_KEY (or Enter to cancel): ***********************************

3:输入api地址,不要直接复制 [ ] 里面显示的地址,要去官方的文档确认后填写。以deepseek为例,Hermes显示的地址是https://api.deepseek.com/v1 ,官方文档是:https://api.deepseek.com

API key saved.

Base URL [https://api.deepseek.com/v1]:https://api.deepseek.com

4:选择模型,按需选择输入编号后回车

  Select default model:
  Select by number, Enter to confirm.

  (●)  1. deepseek-v4-flash
  (○)  2. deepseek-v4-pro
  (○)  3. deepseek-reasoner
  (○)  4. deepseek-chat
  (○)  5. Enter custom model name
  (○)  6. Skip (keep current)

  Choice [default 1]:2

5:选择 Hermes 执行 shell 命令和代码的位置。普通用户直接回车选择默认本地就行

◆ Terminal Backend
  Choose where Hermes runs shell commands and code.
  This affects tool execution, file access, and isolation.
     Guide: https://hermes-agent.nousresearch.com/docs/user-guide/configuration#terminal-backend-configuration


  Select terminal backend:
  Select by number, Enter to confirm.

  (○)  1. Local - run directly on this machine (default)
  (○)  2. Docker - isolated container with configurable resources
  (○)  3. Modal - serverless cloud sandbox
  (○)  4. SSH - run on a remote machine
  (○)  5. Daytona - persistent cloud development environment
  (●)  6. Keep current (local)

  Choice [default 6]:

(○) 1. 本地 - 直接在这台机器上运行(默认)

(○) 2. Docker - 可配置资源的隔离容器

(○) 3. Modal - 无服务器云沙箱

(○) 4. SSH - 在远程机器上运行

(○) 5. Daytona - 持久化云开发环境

(●) 6. 保持当前(本地)

6:选择“即时通讯”平台,它的作用是,让你通过微信、Telegram、Discord 等日常聊天软件,来远程给 Hermes 发消息、下达指令并接收回复。这边建议先跳过,等后续有需要再配置。直接回车


◆ Messaging Platforms
  Connect to messaging platforms to chat with Hermes from anywhere.
  Toggle with Space, confirm with Enter.


  Select platforms to configure:
  Toggle by number, Enter to confirm.

  [ ]  1. 💬 Mattermost  (not configured)
  [ ]  2. 📡 Signal  (not configured)
  [ ]  3. 💬 Weixin / WeChat  (not configured)
  [ ]  4. 💬 BlueBubbles (iMessage)  (not configured)
  [ ]  5. 🐧 QQ Bot  (not configured)
  [ ]  6. 💎 Yuanbao  (not configured)
  [ ]  7. 🐳 DingTalk  (not configured)
  [ ]  8. 🎮 Discord  (not configured)
  [ ]  9. 📧 Email  (not configured)
  [ ] 10. 🪽 Feishu / Lark  (not configured)
  [ ] 11. 💬 Google Chat  (not configured)
  [ ] 12. 🏠 Home Assistant  (not configured)
  [ ] 13. 💬 IRC  (not configured)
  [ ] 14. 💚 LINE  (not configured)
  [ ] 15. 🔔 ntfy  (not configured)
  [ ] 16. 📱 iMessage via Photon  (not configured)
  [ ] 17. 🔔 Raft  (not configured)
  [ ] 18. 🔒 SimpleX Chat  (not configured)
  [ ] 19. 💼 Slack  (not configured)
  [ ] 20. 📱 SMS (Twilio)  (not configured)
  [ ] 21. 💼 Microsoft Teams  (not configured)
  [ ] 22. ✈️ Telegram  (not configured)
  [ ] 23. 💼 WeCom (Enterprise WeChat)  (not configured)
  [ ] 24. 💼 WeCom Callback (self-built apps)  (not configured)
  [ ] 25. 💬 WhatsApp  (not configured)

  Toggle # (or Enter to confirm):

7:选择技能和工具,这个也建议跳过,列表里所有带 [✓] 的(比如网页搜索、终端命令、文件操作等)都是已经默认开启的核心功能。其他功能等后续需要了再开通,直接回车。

⚕ Hermes Tool Configuration
  Enable or disable tools per platform.
  Tools that need API keys will be configured when enabled.
  Guide: https://hermes-agent.nousresearch.com/docs/user-guide/features/tools


  Tools for 🖥️  CLI
  Toggle by number, Enter to confirm.

  [✓]  1. 🔍 Web Search & Scraping  (web_search, web_extract)
  [✓]  2. 🌐 Browser Automation  (navigate, click, type, scroll)
  [✓]  3. 💻 Terminal & Processes  (terminal, process)
  [✓]  4. 📁 File Operations  (read, write, patch, search)
  [✓]  5. ⚡ Code Execution  (execute_code)
  [✓]  6. 👁️  Vision / Image Analysis  (vision_analyze)  [no API key]
  [ ]  7. 🎬 Video Analysis  (video_analyze (requires video-capable model))
  [✓]  8. 🎨 Image Generation  (image_generate)
  [ ]  9. 🎬 Video Generation  (video_generate (text/image/reference))
  [ ] 10. 🐦 X (Twitter) Search  (x_search (requires xAI OAuth or XAI_API_KEY))
  [✓] 11. 🔊 Text-to-Speech  (text_to_speech)
  [✓] 12. 📚 Skills  (list, view, manage)
  [✓] 13. 📋 Task Planning  (todo)
  [✓] 14. 💾 Memory  (persistent memory across sessions)
  [ ] 15. 🧩 Context Engine  (runtime tools from the active context engine)
  [✓] 16. 🔎 Session Search  (search past conversations)
  [✓] 17. ❓ Clarifying Questions  (clarify)
  [✓] 18. 👥 Task Delegation  (delegate_task)
  [✓] 19. ⏰ Cron Jobs  (create/list/update/pause/resume/run, with optional attached skills)
  [ ] 20. 🏠 Home Assistant  (smart home device control)  [no API key]
  [ ] 21. 🎵 Spotify  (playback, search, playlists, library)
  [ ] 22. 🤖 Yuanbao  (group info, member queries, DM)
  [✓] 23. 🖱️  Computer Use (macOS/Windows/Linux)  (background desktop control via cua-driver)

  Toggle # (or Enter to confirm):

8:选择 Hermes 进行“浏览器自动化”操作时,背后使用哪一种浏览器引擎或云服务,这里还是推荐默认的选择,本地浏览器就行,直接回车

  --- 🌐 Browser Automation - Choose a provider ---

    Choose a provider:
  Select by number, Enter to confirm.

  (●)  1. Local Browser [★ recommended · free] — Headless Chromium, no API key needed
  (○)  2. Nous Subscription (Browser Use cloud) [subscription] — Managed Browser Use billed to your subscription  ★ via Nous Portal (login on select)
  (○)  3. Camofox [free · local] — Anti-detection browser (Firefox/Camoufox)
  (○)  4. Browser Use [paid] — Cloud browser with remote execution
  (○)  5. Browserbase [paid] — Cloud browser with stealth and proxies
  (○)  6. Firecrawl [paid] — Cloud browser with remote execution
  (○)  7. Skip — keep defaults / configure later

  Choice [default 1]:

9:选择 Hermes 用于“生成图片”时,背后使用哪一种 AI 绘画服务或引擎,这个选项主要是面向有特定付费服务或高级需求的用户,首次安装可以完全忽略。输入 9 后回车


  --- 🎨 Image Generation - Choose a provider ---


    Choose a provider:
  Select by number, Enter to confirm.

  (●)  1. Nous Subscription [subscription] — Managed FAL image generation billed to your subscription  ★ via Nous Portal (login on select)
  (○)  2. FAL.ai [paid] — Pick from flux-2-klein, flux-2-pro, gpt-image, nano-banana, etc. — text-to-image & image editing
  (○)  3. Krea [paid] — Krea 2 foundation model — Medium ($0.03), Large ($0.06), Medium Turbo ($0.015). Style transfer, moodboards, reference-guided generation. Direct key or managed Nous Subscription gateway.
  (○)  4. Nous Portal (image) [subscription] — Reference-grounded image generation via Nous Portal (OpenRouter-backed)
  (○)  5. OpenAI [paid] — gpt-image-2 at low/medium/high quality tiers — text-to-image & image editing
  (○)  6. OpenAI (Codex auth) [free] — gpt-image-2 via ChatGPT/Codex OAuth — no API key required; supports text and image inputs
  (○)  7. OpenRouter (image) [paid] — Gemini Flash Image & more via OpenRouter; uses OPENROUTER_API_KEY
  (○)  8. xAI Grok Imagine (image) [paid] — grok-imagine-image - text-to-image & image editing; uses xAI Grok OAuth or XAI_API_KEY. xAI Imagine storage is enabled so generated media gets a reusable public URL without an automatic expiry. xAI may bill for stored files and public URL hosting. Disable this with `image_gen.xai.storage.enabled: false` or set `expires_after` to change the retention.
  (○)  9. Skip — keep defaults / configure later

  Choice [default 1]:9

10:选择语音功能,这个选择默认的 1 (Microsoft Edge TTS)就行了,完全免费、且音质相当不错,对于绝大多数场景来说够用了,直接回车

  --- 🔊 Text-to-Speech - Choose a provider ---


    Choose a provider:
  Select by number, Enter to confirm.

  (●)  1. Microsoft Edge TTS [★ recommended · free] — Good quality, no API key needed [active]
  (○)  2. Nous Subscription [subscription] — Managed OpenAI TTS billed to your subscription  ★ via Nous Portal (login on select)
  (○)  3. OpenAI TTS [paid] — High quality voices
  (○)  4. xAI TTS — Grok voices — uses xAI Grok OAuth or XAI_API_KEY
  (○)  5. ElevenLabs [paid] — Most natural voices
  (○)  6. Mistral (Voxtral TTS) [paid] — Multilingual, native Opus
  (○)  7. Google Gemini TTS [preview] — 30 prebuilt voices, controllable via prompts
  (○)  8. KittenTTS [local · free] — Lightweight local ONNX TTS (~25MB), no API key
  (○)  9. Piper [local · free] — Local neural TTS, 44 languages (voices ~20-90MB)
  (○) 10. Skip — keep defaults / configure later

  Choice [default 1]:

11:选择视觉模型用来识别图片,选择1,让 Hermes 自己决定就行。如果以后想更换专用的视觉模型,随时可以运行 hermes setup 回来修改。直接回车

  Vision / Image Analysis needs a multimodal model.
  Pick any provider + model (like /model), or let it auto-detect.

    Configure vision backend
  Select by number, Enter to confirm.

  (●)  1. Auto — use your main model / aggregator fallback (recommended)
  (○)  2. Pick a provider and model
  (○)  3. Custom OpenAI-compatible endpoint — base URL, API key, model
  (○)  4. Skip

  Choice [default 1]:

12:为 Hermes 的 “网页搜索与提取” 功能选择一个“搜索引擎”,决定了当 Hermes 需要查找网络信息时,使用哪种服务来获取结果。

  • 最省心(默认选项 1):直接按 回车 选择 1. Nous Subscription。如果你是 Nous Portal 订阅用户,费用直接计入订阅,无需额外配置密钥。

  • 完全免费且无需密钥(选项 4):如果你想完全免费使用,可以输入 4 选择 DuckDuckGo (ddgs)。它不需要任何 API 密钥,开箱即用,只是功能仅限于搜索(不包含深度内容提取)。这是一个非常棒的免费替代方案。

  --- 🔍 Web Search & Extract - Select Search Provider ---
    A free DuckDuckGo search skill is also included — skip this if you don't need a premium provider.


    Select Search Provider:
  Select by number, Enter to confirm.

  (●)  1. Nous Subscription [subscription] — Managed Firecrawl billed to your subscription  ★ via Nous Portal (login on select)
  (○)  2. Firecrawl Self-Hosted [free · self-hosted] — Run your own Firecrawl instance (Docker)
  (○)  3. Brave Search (Free) [free] — Free-tier API key — 2k queries/mo, search only.
  (○)  4. DuckDuckGo (ddgs) [free · no key · search only] — Search via the ddgs Python package — no API key (pair with any extract provider)
  (○)  5. Exa [paid] — Semantic + neural web search with content extraction.
  (○)  6. Firecrawl [paid · optional gateway] — Full search + extract; supports direct API and Nous tool-gateway routing.
  (○)  7. Parallel [paid] — Objective-tuned search + parallel page extraction.
  (○)  8. SearXNG [free · self-hosted] — Free, privacy-respecting metasearch. Point SEARXNG_URL at your instance.
  (○)  9. Tavily [paid] — Search + extract in one provider.
  (○) 10. xAI Web Search (Grok) [paid] — Agentic web search via Grok's web_search tool — uses xAI Grok OAuth or XAI_API_KEY.
  (○) 11. Skip — keep defaults / configure later

  Choice [default 1]:

  1. 安装完成,成功后会显示总结和使用指南


◆ Tool Availability Summary
  5/9 tool categories available:

   ✓ Vision (image analysis)
   ✗ Web Search & Extract (missing EXA_API_KEY, PARALLEL_API_KEY, FIRECRAWL_API_KEY/FIRECRAWL_API_URL, TAVILY_API_KEY, or SEARXNG_URL)
   ✗ Browser Automation (missing npm install -g agent-browser && agent-browser install --with-deps)
   ✗ Image Generation (missing FAL_KEY or OPENAI_API_KEY)
   ✓ Text-to-Speech (Edge TTS)
   ✗ Skills Hub (GitHub) (missing GITHUB_TOKEN)
   ✓ Terminal/Commands
   ✓ Task Planning (todo)
   ✓ Skills (view, create, edit)

⚠ Some tools are disabled. Run 'hermes setup tools' to configure them,
⚠ or edit ~/AppData\Local\hermes/.env directly to add the missing API keys.


┌─────────────────────────────────────────────────────────┐
│              ✓ Setup Complete!                          │
└─────────────────────────────────────────────────────────┘

📁 All your files are in ~/AppData\Local\hermes/:

   Settings:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes\config.yaml
   API Keys:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes\.env
   Data:      C:\Users\ithelpdesk.cz10\AppData\Local\hermes/cron/, sessions/, logs/

────────────────────────────────────────────────────────────

📝 To edit your configuration:

   hermes setup          Re-run the full wizard
   hermes setup model    Change model/provider
   hermes setup terminal Change terminal backend
   hermes setup gateway  Configure messaging
   hermes setup tools    Configure tool providers

   hermes config         View current settings
   hermes config edit    Open config in your editor
   hermes config set <key> <value>
                          Set a specific value

   Or edit the files directly:
   nano C:\Users\ithelpdesk.cz10\AppData\Local\hermes\config.yaml
   nano C:\Users\ithelpdesk.cz10\AppData\Local\hermes\.env

────────────────────────────────────────────────────────────

🚀 Ready to go!

   hermes              Start chatting
   hermes gateway      Start messaging gateway
   hermes doctor       Check for issues


+---------------------------------------------------------+
|              [OK] Installation Complete!                |
+---------------------------------------------------------+

* Your files:

   Config:    C:\Users\ithelpdesk.cz10\AppData\Local\hermes\config.yaml
   API Keys:  C:\Users\ithelpdesk.cz10\AppData\Local\hermes\.env
   Data:      C:\Users\ithelpdesk.cz10\AppData\Local\hermes\cron\, sessions\, logs\
   Code:      C:\Users\ithelpdesk.cz10\AppData\Local\hermes\hermes-agent\

---------------------------------------------------------

* Commands:

   hermes              Start chatting
   hermes setup        Configure API keys & settings
   hermes config       View/edit configuration
   hermes config edit  Open config in editor
   hermes gateway      Start messaging gateway (Telegram, Discord, etc.)
   hermes update       Update to latest version

---------------------------------------------------------

[*] Restart your terminal for PATH changes to take effect

Note: ripgrep (rg) was not installed. For faster file search:
  winget install BurntSushi.ripgrep.MSVC

Key 统一存在 ~/.hermes/.env 文件里。别手写,用 hermes model 走交互流程最安全。


五、验证

关掉或最小化上面安装的终端窗口,然后打开一个新的终端(PowerShell 或 CMD)。

  1. 输入 hermes 然后按回车。

  2. 开始你的第一次对话!比如输入:“你好,请介绍一下你自己”。

PS C:\Windows\system32> hermes


██╗  ██╗███████╗██████╗ ███╗   ███╗███████╗███████╗       █████╗  ██████╗ ███████╗███╗   ██╗████████╗
██║  ██║██╔════╝██╔══██╗████╗ ████║██╔════╝██╔════╝      ██╔══██╗██╔════╝ ██╔════╝████╗  ██║╚══██╔══╝
███████║█████╗  ██████╔╝██╔████╔██║█████╗  ███████╗█████╗███████║██║  ███╗█████╗  ██╔██╗ ██║   ██║
██╔══██║██╔══╝  ██╔══██╗██║╚██╔╝██║██╔══╝  ╚════██║╚════╝██╔══██║██║   ██║██╔══╝  ██║╚██╗██║   ██║
██║  ██║███████╗██║  ██║██║ ╚═╝ ██║███████╗███████║      ██║  ██║╚██████╔╝███████╗██║ ╚████║   ██║
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚══════╝      ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝

╭───────────────────────────────────────── Hermes Agent v0.18.2 (2026.7.7.2) ──────────────────────────────────────────╮│                                   Available Tools                                                                    ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀⠀⣀⣀⠀⢀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   browser: browser_back, browser_click, ...                                          ││  ⠀⠀⠀⠀⠀⠀⢀⣠⣴⣾⣿⣿⣇⠸⣿⣿⠇⣸⣿⣿⣷⣦⣄⡀⠀⠀⠀⠀⠀⠀   clarify: clarify                                                                   ││  ⠀⢀⣠⣴⣶⠿⠋⣩⡿⣿⡿⠻⣿⡇⢠⡄⢸⣿⠟⢿⣿⢿⣍⠙⠿⣶⣦⣄⡀⠀   code_execution: execute_code                                                       ││  ⠀⠀⠉⠉⠁⠶⠟⠋⠀⠉⠀⢀⣈⣁⡈⢁⣈⣁⡀⠀⠉⠀⠙⠻⠶⠈⠉⠉⠀⠀   computer_use: computer_use                                                         ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣿⡿⠛⢁⡈⠛⢿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   cronjob: cronjob                                                                   ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠿⣿⣦⣤⣈⠁⢠⣴⣿⠿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   delegation: delegate_task                                                          ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠻⢿⣿⣦⡉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   file: patch, read_file, search_files, write_file                                   ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢷⣦⣈⠛⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   image_gen: image_generate                                                          ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣴⠦⠈⠙⠿⣦⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   (and 9 more toolsets...)                                                           ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⣿⣤⡈⠁⢤⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀                                                                                      ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠷⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   Available Skills                                                                   ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠑⢶⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   autonomous-ai-agents: claude-code, codex, +2 more                                  ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠁⢰⡆⠈⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   creative: architecture-diagram, ascii-art, +14 more                                ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠳⠈⣡⠞⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   data-science: jupyter-live-kernel                                                  ││  ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀   email: himalaya                                                                    ││                                   general: computer-use, dogfood, yuanbao                                            ││  deepseek-v4-pro · Nous Research  github: codebase-inspection, github-auth, +4 more                                  ││        C:\Windows\system32        media: gif-search, heartmula, songsee, youtube-content                             ││  Session: 20260713_104548_4ae786  mlops: huggingface-hub, llama-cpp, +2 more                                         ││                                   note-taking: obsidian                                                              ││                                   productivity: airtable, google-workspace, maps, +6 more                            ││                                   research: arxiv, blogwatcher, llm-wiki, polymarket                                 ││                                   smart-home: openhue                                                                ││                                   software-development: hermes-agent-skill-authoring, +7 more                        ││                                                                                                                      ││                                   29 tools · 62 skills · /help for commands                                          │╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Welcome to Hermes Agent! Type your message or /help for commands.
✦ Tip: When compression fails, further attempts are paused for 10 minutes to avoid API hammering.

 ⚕ deepseek-v4-pro │ ctx -- │ [░░░░░░░░░░] -- │ 9s │ ⏲ 0s
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
❯
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

────────────────────────────────────────
● 请介绍一下你自己

● 请介绍一下你自己
Initializing agent...
────────────────────────────────────────

╭─ ⚕ Hermes ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
    我是 Hermes Agent,由 Nous Research 构建的智能 AI 助手。以下是我的核心特点:

    我的定位
    - 一个能直接执行操作的 CLI AI Agent,不只是聊天,还能真正干活
    - 运行在 Windows 上,可以驱动桌面、执行终端命令、操作浏览器、管理文件等

    我能做什么
    - 终端操作:运行命令、安装软件、管理进程、Git 工作流
    - 桌面控制:在后台驱动 Windows GUI,点击、输入、截图(不抢你的鼠标键盘)
    - 浏览器自动化:导航网页、点击元素、填写表单、提取内容
    - 代码工作:编写、审查、测试、调试代码(支持 Python、Node.js 等多种语言)
    - 网络搜索:搜索信息、提取网页内容
    - 文件管理:读写文件、搜索内容、批量编辑
    - 持久记忆:跨会话记住你的偏好和环境信息
    - 定时任务:创建 cron job 定期执行任务
    - 代理委派:派生子 Agent 并行处理独立任务
    - 技能系统:有 50+ 内置技能覆盖邮件、GitHub、数据科学、创意设计等领域

    我的风格
    - 直接、高效、注重实际执行而非空谈
    - 会主动使用工具去完成任务,而不是光说不练
    - 遇到不确定的事情会坦诚说明

    当前环境
    - 主机:Windows 10
    - 用户目录:C:\Users\ithelpdesk.cz10
    - 使用的 Shell 是 Git Bash / MSYS

    有什么我可以帮你的?
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
 ⚕ deepseek-v4-pro │ 18.7K/1M │ [░░░░░░░░░░] 2% │ 1m │ ⏲ 16s │ ✓ 11s
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
❯
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


官网:https://hermes-agent.nousresearch.com

文档:https://hermes-agent.nousresearch.com/docs

GitHub:https://github.com/NousResearch/hermes-agent

XnConvert · Batch Image Converter | Image convert | XnView.co