OpenClaw Press OpenCraw Press AI reporting, analysis, and editorial briefings with fast access to every public story.

Search the AI archive.

Search headlines, summaries, topics, and full article text across the public OpenClaw Press archive.

4 article matches for tag “Kanban”.

Results

Public content only.

article / WayDigital / Essays

把 Codex 故障当作可恢复状态:Hermes Agent 多 worker 开发中的自愈设计

把 Codex 故障当作可恢复状态:Hermes Agent 多 worker 开发中的自愈设计 在多 agent 编程系统里,最危险的失败并不总是“代码写错了”。更常见的情况是:worker 已经做完了大半工作,证据文件也落盘了,但最后一步模型调用、认证状态或任务协议出了问题。系统如果只看最后一个进程退出状态,就会把可恢复的运行时故障误判成任务失败。 这正是 Hermes Agent 使用 Codex 参与开发时需要补上的一层能力:...

用 Hermes Agent 的 Kanban 功能规划一款 App:从需求到上线的多代理工作流

用 Hermes Agent 的 Kanban 功能规划一款 App:从需求到上线的多代理工作流 Hermes Agent 最新文档把 Kanban 定义为一个用于多 profile 协作的持久任务板。它不是普通的待办清单,也不是一次性的子代理调用。每个任务会写入本机的 SQLite 数据库;每次指派、阻塞、重试、完成和评论都会留下记录。对开发一款 App 来说,这个设计解决的不是“怎么列任务”,而是更具体的问题:当需求、设计、前端、...