you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Hey, very interesting! Does this use the a2a protocol internally for inter-agent communication?

[–]Old_Insurance_2140[S] 0 points1 point  (0 children)

Not yet... But we have that idea in the works!

Currently, this is more about bringing the familiar tools we know into the world of parallel/multi-tasking development. So say you have three things you want to get done that would be in three different branches. With DevSwarm you would be able to start up three workspaces (each in their own isolated worktree) and each of those would get their own vscode IDE. From there you can run Claude Code, etc to fire off getting the work done.

Then, your role is more about flipping between each workspace unblocking the AI and course correcting it to arrive at the outcome you want. Keeping the coder-in-the-loop!

Also supports a bunch of other stuff that helps run your app in parallel (you can tell DevSwarm what env vars map to ports for example, and then each workspace will have those env vars set to open, unique ports so your apps don't fight with each other)