docs: rename s19 to integrated harness

This commit is contained in:
Haoran
2026-07-31 03:35:17 +08:00
parent 2d69019342
commit 4a14529774
28 changed files with 70 additions and 70 deletions

View File

@@ -201,7 +201,7 @@ async def sample_workflow(ctx, args):
## s19 からの変更点
| | s19 Comprehensive Agent | s20 Workflow Runtime |
| | s19 Integrated Harness | s20 Workflow Runtime |
|--|-----------|---------------------|
| loop | 1 つ、モデル駆動 | main loop は不変。その上に決定的 orchestration を追加 |
| 次の step を決めるもの | モデルが毎ラウンド判断 | script が orchestration flow を事前に定義 |