Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ Runtime 不自动插入 Report Agent。当前已提供:
| Quick completion | 无故障窗口内 100/100 单次 completion;故障重投保持同一 delivery id |
| Busy parent | 不打断当前 turn;settle 后自动唤醒 |
| Delivery failure | 首次失败可重试,无永久丢失和双重展示 |
| Terminal write failure | 无无解释 `running` |
| Terminal write failure | 无解释的 `running` |
| Wait interrupt | run 继续,status 可查 |
| Repeated stop | 幂等 |
| Schema stability | capability load 后 start/settle hash 不变 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 日期:2026-08-23
>
> 范围:仅使用 Anthropic 官方 Claude Code 文档、官方 Agent SDK Cookbook 和官方示例;不推断未公开的 Runtime 内部算法。本文补充已有的 [Claude Code Workflow 生命周期研究](./CLAUDE_CODE_WORKFLOW_DESIGN_2026-08-23.md),只回答“Claude 一次启动多少 Agent、为什么、谁决定、有哪些边界”。
> 范围:仅使用 Anthropic 官方 Claude Code 文档、官方 Agent SDK Cookbook 和官方示例;不推断未公开的 Runtime 内部算法。本文补充已有的 Claude Code Workflow 生命周期研究,只回答“Claude 一次启动多少 Agent、为什么、谁决定、有哪些边界”。

## 结论先行

Expand Down
Loading