Skip to content

hermes-agent

4/20/2026

1. 简单使用

参考文档 :https://hermes-agent.nousresearch.com/docs 安装

配置模型 hermes model,也可以直接去 ~/.hermes/config.yml里配置

yaml
hermes model       # Choose your LLM provider and model
hermes tools       # Configure which tools are enabled
hermes setup       # Or configure everything at once

开始聊天

yaml
hermes            # classic CLI
hermes --tui      # modern TUI (recommended)

其它一些命令

Press Alt+Enter or Ctrl+J to add a new line. Great for pasting code or writing detailed prompts.

1.1.1 Interrupt the agent

If the agent is taking too long, just type a new message and press Enter — it interrupts the current task and switches to your new instructions. Ctrl+C also works.

1.1.2 Resume a session

When you exit, hermes prints a resume command:

bash
hermes --continue    _# Resume the most recent session_
hermes -c            _# Short form_

2. 背景

openclaw小龙虾还没火几个月,又出了一个hermes-agent。现在别说普通人有焦虑,我们程序员一样有。

公司要每人每个月用光1000刀的ai额度。如果光靠我一问一答,肯定是用不完了,必须用上全自动agent这种利器。所以现在开始研究一下hermes-agent

3. windows部署

hermes-agent 只能在linux上部署,不支持纯windows环境,这个简单,让ai去改写源码,给他说增加windows支持即可。

干了