字
字节笔记本
2026年5月25日
Hermes Agent 接入 DeepSeek V4:快速配置指南
API中转
¥120
Hermes 是 Nous Research 打造的开源自我进化 AI Agent,内置学习闭环——能够从经验中生成技能、在使用过程中持续优化、在跨会话中逐步构建偏好的动态模型。以下是将 Hermes 接入 DeepSeek V4 的步骤。
安装 Hermes
通过一行命令快速安装(Linux / macOS / WSL2):
bash
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash唯一前置依赖是 Git,其余内容安装脚本会自动处理。更多安装说明请参考 Hermes 安装文档。
运行并配置 DeepSeek
重新加载 shell 后,执行配置:
bash
hermes setup选择 Quick Setup,当提示选择模型提供商时:
- 选择 DeepSeek
- 输入 DeepSeek API Key
- Base URL 填写
https://api.deepseek.com - 选择
deepseek-v4-pro模型 - 继续完成其余配置选项
完成后 Hermes 即可使用 DeepSeek V4 驱动其自我进化的 Agent 能力。
分享: