Hermes Agent 快速开始指南
60 秒部署 Hermes Agent,开始你的 AI Agent 之旅。本教程涵盖系统要求、安装步骤、模型配置、使用入门和消息网关接入。
系统要求
• 操作系统:Linux / macOS / Windows (WSL2)
• Docker(可选,用于容器化部署)
• 至少一个 AI 模型的 API Key(DeepSeek / Qwen / Claude / GPT 等)
安装
Linux / macOS / WSL2:
curl -fsSL https://res1.hermesagent.org.cn/install.sh | bash
Windows PowerShell:
irm https://res1.hermesagent.org.cn/install.ps1 | iex
配置模型
运行 setup 向导,选择你喜欢的 AI 模型提供商并填写 API Key:
hermes setup
或手动配置:
hermes model
开始使用
直接在终端中启动 Agent,开始对话:
hermes
接入消息网关(可选)
将 Agent 接入微信、飞书等平台,随时随地使用:
hermes gateway setup hermes gateway
支持的 AI 模型
Hermes Agent 兼容国内外主流 AI 模型供应商,你可以根据需要选择最适合的模型。
DeepSeek国内推荐,性价比高
通义千问 (Qwen)阿里云,免费额度
GLM (智谱)智谱 AI
Kimi (月之暗面)长上下文优势
MiniMax多模态
Claude (Anthropic)需要海外 API
GPT (OpenAI)需要海外 API
Gemini (Google)需要海外 API
Ollama本地部署,免费
LM Studio本地部署,免费