词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
config.yaml、.env、SOUL.md、记忆、会话 、技能、cron 任务和状态数据库。profile 让你可以为不同用途运行独立的 agent——编程助手、个人机器人、研究 agent——而不会混淆 Hermes 状态。coder 的 profile,你立即就拥有了 coder chat、coder setup、coder gateway start 等命令。coder 现在是拥有独立配置、记忆和状态的 Hermes profile。mybot setup 配置 API 密钥、模型和 gateway token。--description "<角色>" 以便编排器了解其能力:hermes profile describe 设置或自动生成描述——完整路由模型请参阅 Kanban 指南。--clone)config.yaml、.env 和 SOUL.md 复制到新 profile。API 密钥和模型相同,但会话和记忆是全新的。编辑 ~/.hermes/profiles/work/.env 可使用不同的 API 密钥,编辑 ~/.hermes/profiles/work/SOUL.md 可设置不同的人格。--clone-all)--clone 会自动为新 profile 创建专属 AI 对等体,同时共享同一用户工作区。每个 profile 构建各自的观察记录和身份标识。详见 Honcho——多 agent / Profiles。~/.local/bin/<name> 自动获得一个命令别名:hermes -p <name>。-p 标志hermes profile use)hermes 命令将指向该 profile。类似于 kubectl config use-context。coder ❯ 而非 ❯Profile: coderhermes profile:显示当前 profile 名称、路径、模型、gateway 状态config.yaml、.env、SOUL.md、会话、记忆、日志、cron 任务和 gateway 状态。terminal.cwd 单独控制。local 终端后端,agent 仍拥有与你的用户账户相同的文件系统访问权限。profile 不会阻止其访问 profile 目录之外的文件夹。config.yaml 中设置绝对路径的 terminal.cwd:cwd: "." 表示"Hermes 启动时所在的目录",而非"profile 目录"。SOUL.md 可以引导模型,但不能强制限定工作区边界。SOUL.md 的更改在新会话中会生效。现有会话可能仍在使用旧的 prompt(提示词)状态。terminal.cwd。.env 文件。在各文件中配置不同的 Telegram/Discord/Slack bot token:hermes profile create <name> 会自动在 /run/service/gateway-<name>/ 注册 s6 服务槽。hermes -p <name> gateway start/stop/restart 会调度到 s6-svc 而非直接启动裸进程——崩溃后自动重启,docker restart 会保留之前运行的 gateway 集合。详见 各 profile gateway 监管。config.yaml — 模型、提供商、工具集及所有设置.env — API 密钥、bot tokenSOUL.md — 人格与指令terminal.cwd:hermes update 拉取一次代码(共享),并自动将新的内置技能同步到所有 profile:--yes 跳过确认:hermes profile delete coder --yes~/.hermes)。如需删除所有内容,请使用 hermes uninstall。~/.bashrc 或 ~/.zshrc 以启用持久补全。支持补全 -p 后的 profile 名称、profile 子命令及顶级命令。HERMES_HOME 环境变量。运行 coder chat 时,包装脚本在启动 hermes 前将 HERMES_HOME 设置为 ~/.hermes/profiles/coder。由于代码库中 119+ 个文件通过 get_hermes_home() 解析路径,Hermes 状态会自动限定在 profile 目录范围内——包括配置、会话、记忆、技能、状态数据库、gateway PID、日志和 cron 任务。terminal.cwd 开始(或在 local 后端使用 cwd: "." 时从启动目录开始),而非自动从 HERMES_HOME 开始。~/.hermes 本身。无需迁移——现有安装的工作方式完全不变。