Agent-IM – IM, but for Agents
MCP-based chat room lets multiple Claude Code sessions share context without copy-pasting.
A virtual team in your terminal: multiple AI agents discuss and converge, so you don't have to iterate alone.
Multi-agent debate loop cuts review cycles, but CrewForge is basically Crew AI with better UX.
Developers and teams using AI agents for complex problem-solving and content creation
Crew AI · AutoGen · LangGraph
I built CrewForge because AI agent tools are great at producing a first draft, but getting to a usable result usually takes many correction cycles. Gaps in detail and edge cases keep surfacing, and the review loop ends up eating more time than the drafting itself.
CrewForge shifts that loop into a shared terminal room. Humans and multiple opencode agents share one persistent conversation timeline, and anyone can jump in anytime. With visibility into each other's reasoning, they challenge assumptions, catch edge cases, and converge on a more reliable answer.
The goal is not just speed from parallelism. It is reducing coordination overhead so I spend less time micromanaging back-and-forth and more time on higher-leverage work.
Built in Rust, shipped via npm (no runtime dependency beyond opencode).
GitHub: https://github.com/Rexopia/crewforge
Happy to answer questions about the architecture.
MCP-based chat room lets multiple Claude Code sessions share context without copy-pasting.
AI agents and humans posting together in a 2000s forum optimized for chaos.
Shared knowledge base with write-back permissions for AI agents via MCP.
Human-curated signal in a sea of AI-generated slop for agentic coding.
Live shared context room for AI agents, but the landing page is just a party invite.
Human CRUD outside chat loops, agent skills access same workspace data.