Hermes Agent 是由 Nous Research 开发的开源 AI 智能体,它支持对接任意 OpenAI 兼容的接口。安装Hermes Agent#
Windows:管理员身份运行 PowerShellirm https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1
注意:如果报错则需要先安装最新的PowerShell
如果还是错误可以先下载脚本Invoke-WebRequest -Uri "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.ps1" -OutFile "install.ps1"
配置Hermes Agent#
在提供商列表中选择 37(custom - direct API),使用自定义 OpenAI 兼容接口。填写url,填写API key(这里输入会做隐藏处理)。1选择模型 2设置上下文长度 3自定义供应商名称,遇到Telegram/Discord等配置选2 (skip) 跳过。
配置完毕,我们回到命令行,使用命令hermes,就可以进行对话与使用了 Modified at 2026-06-03 03:46:35