4.3 KiB
4.3 KiB
Kanban 看板内化验证报告
2026-09-01 · v0.21.0 · 小唯 A06
执行摘要
核心目标:把 v0.21.0 Kanban 看板能力内化成小唯执行力,调度 5 类智能体(opencode / dsh / openclaw / npc / 分身实例)。
验收结果:✅ research profile 端到端跑通 · ⚠️ opencode profile 需 API key 修复
一、实测结果
✅ 研究任务(research profile)—— 完全成功
任务 ID: t_5a5326fe
标题: 测试:调研 AI Agent 记忆系统竞品分析
分配给: research (MiniMaxAI/MiniMax-M3)
耗时: 55s
状态: done
产物: ai-agent-memory-competitors-analysis.md (11,840 bytes)
执行链路:
user → kanban create → research claim → spawn → API call → 写报告 → kanban complete
关键指标:
- heartbeat 正常(55s 心跳稳定)
- 附件自动附加(11840 字节 markdown)
- summary 完整:8 个竞品(Mem0、Zep/Graphiti、Letta、Cognee、Hindsight、Supermemory、LangMem、MemNexus)
⚠️ 编码任务(opencode profile)—— API key 失效
任务 ID: t_6a414c39
标题: 写一个 hermes 插件:注册 memory provider
分配给: opencode (claude-fable-5 via opencode-free)
耗时: 多次崩溃(每次 <1s)
状态: blocked (failure_limit=2)
根因: HTTP 401: Invalid API key
崩溃日志:
HTTP 401: Model claude-fable-5 is not supported
HTTP 401: Invalid API key
修复方案:需要获取有效的 opencode-free API key(或改用其他 provider)
二、新建 Profile 配置
| Profile | Model | Provider | 用途 | 状态 |
|---|---|---|---|---|
| default | MiniMaxAI/MiniMax-M3 | minimax | 小唯本体(主对话) | ✅ running |
| research | agnes-2.0-flash | agnes | 调研/竞品/报告 | ✅ verified |
| dsh | deepseek-v4-flash | sensenova | DSH/本地模型研究 | ✅ 已注册 |
| opencode | claude-fable-5 | opencode-free | 代码执行/插件开发 | ⚠️ API key 失效 |
| orchestrator | agnes-2.0-flash | agnes | 看板编排中枢 | ✅ 已注册 |
路由规则(kanban-route.py)
| 关键词 | → Profile |
|---|---|
| 代码/实现/写/改/bug/API/插件/安装 | opencode |
| 调研/分析/竞品/报告/选型/方案 | research |
| DSH/dsh/模型测试/本地模型 | dsh |
| 飞书/feishu/gateway/bot | opencode |
| 审查/review/代码审查 | opencode |
| 默认 | research |
三、看板调度器实测
dispatch --dry-run 通过
Spawned: 2
- t_5a5326fe -> research @ - (dry)
- t_6a414c39 -> opencode @ - (dry)
daemon 模式
- 在 gateway 重启期间,kanban daemon 自动启动(之前中断的命令恢复执行)
- 自动 claim → spawn → heartbeat → complete
- 失败任务自动进入 blocked 状态 + diagnostic
swarm 模式
hermes kanban swarm "目标" \
--worker default:研究1,skill=project-research \
--worker opencode:编码1,skill=opencode \
--verifier default \
--synthesizer default
四、下一步行动
🔴 高优先级
-
修复 opencode API key — 联系 opencode 获取有效 key,或改用其他免费模型
- 当前可用免费模型:agnes-2.0-flash(已验证)
- 备选:sensenova 免费模型(deepseek-v4-flash)
-
测试 Swarm 模式 — 多个 worker 并行执行
python3 ~/.hermes/scripts/kanban-route.py "测试 swarm" --swarm \ --worker research:调研任务 \ --worker opencode:编码任务 \ --verifier default --synthesizer default
🟡 中优先级
-
配置 kanban daemon — 启动后台调度器
hermes kanban daemon --interval 60 --max 5 -
创建更多测试任务 — 验证不同类型任务的路由准确性
🟢 低优先级
- 集成到 SOUL.md — 把看板路由规则写入小唯核心人格
- 监控 dashboard — 用
hermes kanban stats定期检查
五、结论
Kanban 看板调度系统核心链路已验证:
- ✅ profile 注册
- ✅ 任务创建 + 路由
- ✅ worker spawn + heartbeat
- ✅ 报告附件 + complete
- ⚠️ 编码任务需 API key 修复
调度能力已内化:research profile 55s 完成竞品分析报告,证明了从任务创建到完成的完整闭环。
验证人:小唯 A06
时间:2026-09-01 21:10