hermes agent安装在Linux centos中

遇到问题:

由于国内的网站访问不到github网站,所以需要换镜像源,即使我开了魔法也是一样的不清楚出了什么问题

最终解决方法:

首先我使用的Linux centos7进行安装,我在我的虚拟机中安装了miniconda 这个可以进行创建对应的python=3.11的包,同时安装node.js ,原因如下:

安装Hermes Agent前需要有如下环境:

  • Python (>=3.11): Agent 逻辑运行的基础环境。
  • Node.js (>=22): 主要用于支撑浏览器自动化(Playwright)和 WhatsApp 桥接等高级功能。
  • Git: 用于版本控制和一键安装脚本的拉取。
  • 系统工具:ripgrep / ffmpeg(非硬性依赖,缺失时会提示手动安装)

安装了miniconda以后可以创建一个虚拟环境

复制代码
conda create -n hermes python=3.11

2.安装node.js工具

访问官网:Node.js --- Download Node.js®

安装LTS

bash 复制代码
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash

# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"

# Download and install Node.js:
nvm install 22

# Verify the Node.js version:
node -v # Should print "v22.22.3".

# Verify npm version:
npm -v # Should print "10.9.8".

3.使用国内的镜像源

bash 复制代码
# 使用 GitCode 镜像(稳定推荐)
git clone https://gitcode.com/GitHub_Trending/he/hermes-agent.git ~/.hermes/hermes-agent

# 或使用 Gitee 镜像(备选)
git clone https://gitee.com/mirrors/hermes-agent.git ~/.hermes/hermes-agent

我使用第一个

4.安装

bash 复制代码
cd ~/.hermes/hermes-agent && bash scripts/install.sh

5.Linux警告内容:

  • 警告内容Playwright does not support automatic dependency installation on RPM-based systems.(Playwright 不支持在基于 RPM 的系统上自动安装依赖。)

解决方案:

bash 复制代码
sudo dnf install nss atk at-spi2-core cups-libs libdrm libxkbcommon mesa-libgbm pango cairo alsa-lib

安装成功以后是这样的让你配置模型

相关推荐
zzz_23684 分钟前
智慧社区项目全维度测试报告:功能、接口、自动化与性能验证
运维·自动化
Brilliantwxx5 分钟前
【Linux】基础指令
linux·运维·服务器
ZhemgLee24 分钟前
在Linux上使用Claude Code 并使用本地VS Code SSH远程访问的完整指南
linux·运维·服务器·ssh
CHANG_THE_WORLD26 分钟前
4.串行接受多个客户端
linux
bush433 分钟前
嵌入式linux学习记录十八,KGDB使用例
linux·学习
zd20057234 分钟前
claude-science 绕过登录和换任意模型
服务器·生物
小则又沐风a1 小时前
库的原理:目标文件,ELF格式,程序加载
java·linux·前端
Yiiz.3 小时前
虚拟机网络设置
运维
蓝胖的四次元口袋9 小时前
服务器网络与系统基础-面试题
服务器·网络
乐维_lwops10 小时前
2026年如何实现多分支机构全网设备统一运维监控一
运维·cmdb·运维监控·网管·agent ops