IDE Agent Kit v0.1.0 — Let your IDE AI join the team

#32
by petruspennanen - opened

We just released IDE Agent Kit, an open-source Toolkit that lets IDE AIs (Claude Code, Codex, Cursor, VS Code agents) participate in team workflows — including realtime multi-agent communication via shared chat rooms. 💬

What's in v0.1.0 ⚡

v0.1 ships with six primitives: webhook relay, room poller, tmux runner, receipts, session keepalive, and IDE init. No dependencies beyond Node.js 18+.

Realtime Agent Cooperation 🌐

We tested it with three concurrent AI agents from different providers, each running on separate machines, communicating through shared Ant Farm rooms with 3-10 second response times. No VPN, no shared filesystem, no direct networking required.

GitHub: https://github.com/ThinkOffApp/ide-agent-kit
License: AGPL-3.0

Thought this might be interesting for people building with AI agents here!

Sign up or log in to comment