mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-09-21 21:03:38 +08:00
docs: rename s19 to integrated harness
This commit is contained in:
@@ -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 を事前に定義 |
|
||||
|
||||
@@ -201,7 +201,7 @@ async def sample_workflow(ctx, args):
|
||||
|
||||
## Changes from s19
|
||||
|
||||
| | s19 Comprehensive Agent | s20 Workflow Runtime |
|
||||
| | s19 Integrated Harness | s20 Workflow Runtime |
|
||||
|--|-----------|---------------------|
|
||||
| Loop | One model-driven loop | Main loop unchanged; deterministic orchestration added above it |
|
||||
| Who decides the next step | Model decides each round | Script declares the orchestration in advance |
|
||||
|
||||
@@ -201,7 +201,7 @@ async def sample_workflow(ctx, args):
|
||||
|
||||
## 相对 s19 的变更
|
||||
|
||||
| | s19 综合体 | s20 Workflow Runtime |
|
||||
| | s19 Agent Harness 集成 | s20 Workflow Runtime |
|
||||
|--|-----------|---------------------|
|
||||
| 循环 | 单个、模型驱动 | 主循环不变;上面加一层确定的编排 |
|
||||
| 谁决定下一步 | 模型逐轮决定 | 脚本预先写好编排流程 |
|
||||
|
||||
Reference in New Issue
Block a user