← 全部内容
2026-05-13 风险提醒 风险

Hermes Kanban 还需要一轮可靠性打磨,团队才能把 worker 当可靠同事用

Hermes v0.13.0 把 Kanban 做成主打的 durable multi-agent layer,但新 issue #24699 报告的正是操作者最担心的交接问题:Kanban task 暂停后,补充信息再执行时,worker 可能丢失前文并从头开始;如果任务需要 main agent 或用户确认,subagent 可能在等待期间反复 timeout 和 retry。PR #24693 补了一个相关 setup 问题:hermes profile create 过去创建的新 profile 只有 hermes-cli,分配给 Kanban worker 后没有 web、browser、terminal、file toolsets,任务会静默降级或因工具不可用崩掉。同一批可靠性问题还包括 issue #24701:/new 在危险命令确认处卡住并重复旧任务;issue #24698:latest Docker image 缺少 python-telegram-bot,Telegram gateway 启不来;以及 issue/PR #24697/#24700:auxiliary vision analysis 不带 SOUL.md,图片分析失去当前 persona / 专业视角。

影响风险 来源3 对象operator · team · developer
为什么重要

真正值得看的不是 Kanban 存在,而是 worker 能不能暂停、提问、恢复,并仍然记得自己在做什么。这是 demo board 和可靠执行层的区别。缺 toolsets、CLI 状态残留、Docker 依赖缺失、vision 描述不带 persona,本质上都指向同一个成熟度缺口:durable agents 的 setup 与 handoff 路径,必须和模型调用本身一样可靠。

证据
  • Issue #24699 报告 suspended Kanban tasks 在重新执行时丢失上下文,subagents 在等待用户或 main-agent 输入时反复 timeout
  • PR #24693 说明新建 profile 默认只有 hermes-cli,Kanban workers 若使用这些 profile,会缺少 web、browser、terminal、file access,除非 clone 或手动配置
  • Issue #24701 报告 interactive CLI 中 /new 在 destructive-command confirmation 处卡住,并继续重复 prior task execution
  • Issue #24698 显示 v0.13.0 latest Docker image 启动 gateway 时提示 “python-telegram-bot not installed”,没有 Telegram adapter
  • Issue #24697 与 PR #24700 记录 auxiliary vision calls 没有带 SOUL.md,导致图像描述丢失配置好的 persona 或专家视角
风险提示
  • 多数证据仍是 issue / PR level,正式 tagged release 前可能变化
  • Kanban 报告来自 v0.12.0,而同一批可靠性问题覆盖 v0.13.0;操作者应测试自己的确切版本
  • 给 profile 增加 toolsets 会提升能力,也会扩大 worker 可执行范围;应配合 approvals 与 scoped credentials