词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
| 来源 | 可选 — 通过 hermes skills install official/autonomous-ai-agents/honcho 安装 |
| 路径 | optional-skills/autonomous-ai-agents/honcho |
| 版本 | 2.0.0 |
| 作者 | Hermes Agent |
| 许可证 | MIT |
| 平台 | linux, macos, windows |
| 标签 | Honcho, Memory, Profiles, Observation, Dialectic, User-Modeling, Session-Summary |
| 相关 skills | hermes-agent |
hybrid 或 context 召回模式下)时,按以下顺序组装基础上下文块:| 条件 | 策略 | 行为 |
|---|---|---|
| 无先前会话或表示为空 | 冷启动 | 轻量级介绍 prompt;跳过摘要注入;鼓励模型了解用户 |
| 存在表示和/或会话历史 | 热启动 | 完整基础上下文注入(摘要 → 表示 → 卡片);更丰富的系统 prompt |
peerName):代表人类用户。Honcho 从观察到的消息中构建用户表示。aiPeer):代表此 Hermes 实例。每个配置文件拥有自己的 AI peer,使 agents 形成独立视角。| 开关 | 功能 |
|---|---|
observeMe | 观察 peer 自身的消息(构建自我表示) |
observeOthers | 观察其他 peers 的消息(构建跨 peer 理解) |
honcho.json 中按 peer 配置:{
"observation": {
"user": { "observeMe": true, "observeOthers": true },
"ai": { "observeMe": true, "observeOthers": true }
}
}| 预设 | 用户 | AI | 使用场景 |
|---|---|---|---|
"directional"(默认) | me:on, others:on | me:on, others:on | 多 agent,完整记忆 |
"unified" | me:on, others:off | me:off, others:on | 单 agent,仅用户建模 |
| 策略 | 行为 |
|---|---|
per-directory(默认) | 每个工作目录一个会话 |
per-repo | 每个 git 仓库根目录一个会话 |
per-session |