目录

Hermes Agents 保姆级安装本地部署教程

Hermes安装教程-详细版本

一键安装命令:

下面是最简一键安装脚本,只保留核心安装命令,直接复制到终端运行即可:

  • 海外网络环境:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
  • 国内网络环境:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

配置步骤命令:

hermes setup

安装完成后执行使用:

source ~/.bashrc
hermes

如果你用的是 zsh,就用:

source ~/.zshrc
hermes

验证安装

hermes version    # 检查命令是否可用
hermes doctor     # 运行诊断验证所有组件正常
hermes status     # 查看配置状态
hermes chat -q "Hello! What tools do you have available?"

Chatgpt Plus会员开通:

链接地址: CodexVip.com

/images/hermes-install.png

本地模型配置:

hermes model
# Select "Custom endpoint (self-hosted / VLLM / etc.)"
# Enter URL: http://localhost:11434/v1
# Skip API key (Ollama doesn't need one)
# Enter model name (e.g. qwen2.5-coder:32b)

六、社交链接

/images/hermes-social-1.png/images/hermes-social-2.png