Async / Parallel tasks #2985
voronkovm
started this conversation in
Feature Requests
Replies: 1 comment
-
Multi-agent tooling does sound interesting, how can it be done ala MetaGPT tho? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if RooCode can execute tasks in parallel, e.g. using "git worktree", each task in a separate branch.
Use cases:
Threading or multi-processing is not even needed here, and async will work as most of the time is wasted on waiting a reply from LLM server.
I managed to implement workflow using "git worktree" via custom modes, but still my custom mode can work on 1 task at a time which is slow.
Beta Was this translation helpful? Give feedback.
All reactions