Parallel-agents: running multiple agents at the same time in the same codebase #27
Juice10
started this conversation in
1. Feature requests
Replies: 2 comments 3 replies
-
Roo actually supports this in a way. As in: you should be able to open multiple vscode windows and run seperate agents in each window. We could maybe leverage that into multiple instances within the same window as well |
Beta Was this translation helpful? Give feedback.
2 replies
-
The new Codex product has this. Top HN comment:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What: Explore how to manage multiple AI agents operating in parallel within a single codebase.
Why: Having multiple agents collaborate in real-time could speed up development tasks, each agent handling a different facet of the project—like front-end, back-end, or testing.
Questions:
Related tickets:
Keywords: concurrent, simultaneous, multi-agent, async.
Beta Was this translation helpful? Give feedback.
All reactions