eclipse-theia / eclipse-theia/theia
Execute Agent delegations in parallel
Open
theia-ai
- Dominant language
- TypeScript
- Stars
- 21.7k
- Forks
- 2.9k
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 35
Description
### Feature Description:
At the moment, parallel agent delegations run sequentially.
For example when the pr-reviewer agent runs multiple explorations, they are executed sequentially:
However this would be an ideal candidate for parallelism, speeding up the process a lot. If an agent is running delegations in parallel, they should also be executed in parallel
Contributor guide
Assessment
This issue has not been assessed yet.