IDE Agent Kit: multi-agent communication for IDE-based AI assistants #4160
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 open-sourced IDE Agent Kit, a Node.js toolkit that lets IDE-based AI agents (Claude Code, Codex, Cursor, VS Code agents, local LLM assistants) participate in team workflows with realtime multi-agent communication.
This is relevant for the Sweep community since the kit bridges the gap between autonomous coding agents and human team workflows. Agents can receive GitHub webhooks, communicate through shared chat rooms, execute tmux commands, and log everything with append-only receipts.
Three concurrent agents from different providers (Claude, GPT, Gemini) have been tested on separate machines, communicating through shared rooms with under 10 second response times.
No dependencies beyond Node.js 18+. AGPL-3.0 licensed.
Repo: https://github.com/ThinkOffApp/ide-agent-kit
Launch post: https://www.thinkoff.io/
Beta Was this translation helpful? Give feedback.
All reactions