
# 国内镜像(推荐用这个) curl -fsSL https://res1.hermesagent.org.cn/install.sh | bash # 装完后刷新一下 source ~/.bashrc
docker run -d \ --name hermes-agent \ -v ~/.hermes/docker-config:/root/.hermes \ -p 8080:8080 \ nousresearch/hermes-agent:latest
git clone https://github.com/NousResearch/hermes-agent.git cd hermes-agent python3.11 -m venv venv source venv/bin/activate pip install -e ".[all]"
hermes setup
- 国内用Kimi(推荐):中文强、免费额度够
- 国外用Claude或GPT
- 也可以接Ollama跑本地模型,完全离线
hermes config set model Kimi/Moonshot hermes config set KIMI_API_KEY 你的密钥
web # 搜网页 terminal # 执行命令 file # 读写文件 browser # 浏览器自动化(可选)
# 测试用(前台运行) hermes start # 长期跑(后台运行) nohup hermes start &
What can I do for you today?
# Git加速 git config --global url."https://mirror.ghproxy.com/https://github.com".insteadOf "https://github.com" # pip加速 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ # npm加速 npm config set registry https://mirrors.cloud.tencent.com/npm/ --global
不敢说正确能用
只是作为记录所用,无所谓流量
能让自己保持写点东西的习惯

夜雨聆风