hermes自动发布公众号

一、国内镜像下载 直接终端运行

curl -fsSL https://res1.hermesagent.org.cn/install.sh | bash

二、先让它阅读

官方的文档 https://hermes-agent.nousresearch.com/docs

再阅读下 https://github.com/alchaincyf/hermes-agent-orange-book

再阅读下 https://hermesagent.org.cn](https://hermesagent.org.cn/

三、skills

https://hermes-agent.nousresearch.com/docs/skills

四、多智能体

bash 复制代码
hermes profile list # 查看智能体列表
hermes profile create editor # 创建智能体
hermes --profile editor setup # 设置智能体
hermes --profile editor chat # 智能体聊天
hermes --profile editor gateway start #重启智能体

设置角色

javascript 复制代码
~/.hermes/profiles/editor/SOUL.md
**帮我设置一个角色soul 修改 ~/.hermes/profiles/editor/SOUL.md 设置完重启**

设置用户

javascript 复制代码
~/.hermes/profiles/editor/memories/USER.md
**帮我设置用户偏好与身份信息 修改 ~/.hermes/profiles/editor/memories/USER.md 设置完重启**

memory记忆

bash 复制代码
~/.hermes/memories/MEMORY.md
1.**全局共享每个智能体都共享使用,这台机器的记忆**
2.每完成 5~10 轮对话 自动精简 写入 MEMORY.md
3.执行 /save、/sync、/memory 命令 立即整理
4.重启 OpenClaw / Hermes 时 自动保存一次
5.记忆内容超过阈值 自动压缩整理

五、目前感觉不好地方

hermes目前感觉不太好的地方是:他自己创建skill多了会有重复,要定期清理这点比较费事~

六、目前感觉好的地方

上手比较快,轻量,会自动创建和优化skill

七、文章沉淀

飞书聊天隔天就忘?我给 Hermes 换了个记忆引擎: https://mp.weixin.qq.com/s/D_YHqPtmlMZI_nmoF2uMlw

Hermes+树莓派,六个AI分身,我的飞书群机器人: https://mp.weixin.qq.com/s/icL0brgI3bu8vvqGWcGF5g

Hermes AI Bot接入生产后连夜加固: https://mp.weixin.qq.com/s/p-7hcD7TKFMkBPU8GYmDSw

相关推荐
swipe2 小时前
别把语音 Agent 当成“接两个 API”——用 NestJS 搭一套 ASR + LLM + 流式 TTS 的实时语音助手
前端·后端·llm
skilllite作者2 小时前
SkillLite 原生系统级沙箱功能代码导览
人工智能·chrome·后端·架构·rust
GISer_Jing2 小时前
AI Agent中游产业链全景拆解:智能体开发的核心生态与技术版图
前端·人工智能·后端
常利兵3 小时前
Spring Boot:别再重复造轮子,这些内置功能香麻了
java·spring boot·后端
Undoom4 小时前
Go 语言构建高性能 TUI 终端大模型聊天应用深度解析
后端
念何架构之路5 小时前
Go Socket编程
开发语言·后端·golang
ffqws_5 小时前
Spring Boot 接收前端请求的四种参数方式
前端·spring boot·后端
时空系5 小时前
第13篇:综合实战——制作我的小游戏 Rust中文编程
开发语言·后端·rust