Hermes 极简安装教程

安装 hermes

我原来是在windows里面安装的,一直没有用起来, 今天还是要折腾一下.

问的AI,他的回答是"非常有必要,建议长痛不如短痛,切换到wsl2上"

于是开始搞起,

由于我wsl2早已经安装,如果没有安装的请查找安装教程,这里不再赘述.

安装 uv

bash 复制代码
(base) PS C:\Users\WIN> wsl.exe
......

chunlei@PC-zhaochunlei:~$ curl -LsSf https://astral.sh/uv/install.sh | sh
# 需要等一会儿
chunlei@PC-zhaochunlei:~$ source $HOME/.local/bin/env
chunlei@PC-zhaochunlei:~$ uv --version
uv 0.11.14 (x86_64-unknown-linux-gnu)

安装 python环境,

bash 复制代码
chunlei@PC-zhaochunlei:~$ mkdir -p ~/hermes-agent && cd ~/hermes-agent
chunlei@PC-zhaochunlei:~/hermes-agent$ uv venv --python 3.11
Using CPython 3.11.15
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
chunlei@PC-zhaochunlei:~/hermes-agent$ source .venv/bin/activate
(hermes-agent) chunlei@PC-zhaochunlei:~/hermes-agent$
# 前面的提示变成了hermes-agent

安装 Hermes

bash 复制代码
git clone https://github.com/NousResearch/Hermes-Agent.git
# 这里我很慢,搞了好几次也没有克隆下来,最后,从windows里面下载zip包,直接复制过去的.

cd hermes-agent #切换到git代码目录
pip install -e .  # 安装依赖
hermes setup  #跟着一步一步做就好了, 
 

启动

bash 复制代码
hermes chat
相关推荐
IT王师傅6 天前
从 豆包 到 Codex CLI:一名普通开发者的 AI 工具进化路线
ai·codex cli·openclaw
AC赳赳老秦9 天前
用 OpenClaw 搭建服务器故障应急响应系统,自动处理 80% 常见运维故障
android·运维·服务器·python·rxjava·deepseek·openclaw
七夜zippoe9 天前
OpenClaw 消息系统:多平台消息收发深度解析
消息·message·多平台·openclaw·imessage
盼小辉丶9 天前
Ubuntu极速部署OpenClaw完全指南(本地模型+DeepSeek)
linux·ubuntu·openclaw
智海观潮10 天前
OpenClaw生态全景解析 - 9大核心工具赋能 AI 自动化落地
ai·agent·skills·ai 自动化·openclaw
虾壳云官方10 天前
openclaw 一键安装教程(2026年6月15最新)
运维·人工智能·windows·自动化·openclaw
AC赳赳老秦10 天前
OpenClaw + 飞书多维表格:自动同步数据、生成统计图表、触发自动化任务
java·大数据·python·缓存·自动化·deepseek·openclaw
AC赳赳老秦11 天前
OpenClaw+Power Apps 实战:自动生成 Power Apps 应用、连接 Excel 数据源
大数据·开发语言·python·serverless·excel·deepseek·openclaw
七夜zippoe11 天前
OpenClaw 节点方法调用:跨设备能力调用实战
ai·调用·跨设备·openclaw·nodes
虾壳云官方12 天前
OpenClaw 2.7.9 Windows 一键部署教程:零基础也能搭建 AI 自动化助手
运维·人工智能·windows·自动化·openclaw·openclaw一键部署