mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 11:40:12 -04:00
fix: enforce parallel researcher dispatch in orchestrate skill
This commit is contained in:
parent
8366c09a27
commit
22ae8ed516
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Spawn `requirements-analyst` with the raw user request. It returns: restated pro
|
|||
If the requirements-analyst returns no research questions, skip Phase 2.
|
||||
|
||||
**Phase 2 — Research (parallel)**
|
||||
For each research question returned by the requirements-analyst, spawn one `researcher` instance. Spawn all instances in the same response — they run in parallel.
|
||||
For each research question returned by the requirements-analyst, spawn one `researcher` instance. **All researchers must be spawned in a single response — dispatching them sequentially serializes the pipeline and defeats the purpose of parallel research.**
|
||||
|
||||
Each researcher receives:
|
||||
- The specific research question (topic + why needed + where to look)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue