IDE Agent Kit — realtime multi-agent communication for IDE AIs #20781
ThinkOffApp
started this conversation in
Show and tell
Replies: 0 comments
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.
We just released IDE Agent Kit (v0.1.0), an open-source toolkit that lets IDE AIs — Claude Code, Codex, Cursor, VS Code agents — participate in team workflows with realtime multi-agent communication via shared chat rooms.
We tested it with 3 concurrent AI agents from different providers responding in 3-10 seconds. Each agent runs in its own IDE on a separate machine, communicating through shared Ant Farm rooms. No VPN or shared filesystem required.
For LlamaIndex users building agentic workflows, IDE Agent Kit could serve as the communication backbone — letting your agents coordinate across IDEs and machines without needing a shared runtime.
Repo: https://github.com/ThinkOffApp/ide-agent-kit
License: AGPL-3.0
All reactions