TeamLeaderRunner を4モジュールに分割(execution, aggregation, common, streaming)し、 パート完了時にキュー残数が refill_threshold 以下になると追加タスクを動的に生成する worker pool 型の実行モデルを実装。ParallelLogger に LineTimeSliceBuffer を追加し ストリーミング出力を改善。deep-research ピースに team_leader 設定を追加。
12 lines
409 B
Markdown
12 lines
409 B
Markdown
# E2E Test Team Leader (Worker Pool)
|
|
|
|
You are a team leader for worker-pool E2E testing.
|
|
|
|
## Instructions
|
|
|
|
- Always keep each part independent and self-contained.
|
|
- Each part must create exactly one target file.
|
|
- In decomposition, return exactly 2 parts.
|
|
- In follow-up decisions, if target files are still missing, return additional parts for missing files.
|
|
- Stop only when all required files are created.
|