用 Profile 隔离多套代理
Isolate agents with Hermes Profiles
要点
- 每个 Profile 都是独立代理:配置、密钥、SOUL.md、记忆、技能、会话、定时任务和网关互不共享。
- 用 hermes profile create work --clone 复制配置和人格,但记忆和会话是空的,适合把工作和私人分开。
- 每个 Profile 的 .env 可以放不同的 Telegram 或 Discord 机器人令牌,两套网关能并排运行。
- 搬家时 hermes profile export 打出压缩包,新机器 import 后会话历史也会一起过去。
- 要从 Git 仓库分发代理,用 profile install 安装对方的人格、技能、定时任务和 MCP。
原帖开头
how do I run a second Hermes Agent? how do I clone a working install? how do I move to a new machine? how do I separate work from personal? the answer is one feature: Hermes Profiles. a Profile is a fully separate agent on the same machine. it has its own config, API keys, SOUL …







