TypeScript framework for multi-agent orchestration. Define AI agents with different roles, describe a goal, and the framework handles the rest. - Task DAG with topological scheduling — dependent tasks wait, independent ones run in parallel - Model-agnostic — mix Claude + GPT in one team - In-process — no subprocess overhead, serverless-ready - Agents communicate via MessageBus + SharedMemory MIT licensed, 520+ GitHub stars in 10 hours.
No reviews yetBe the first to leave a review for Open Multi-Agent
Maker
📌
Hey PH! I'm a solo founder building AI tools. I kept running into the same problem: there's no good TypeScript framework for multi-agent orchestration. CrewAI and AutoGen are great but they're Python-only.
So I built open-multi-agent. The core idea: define a team of AI agents, describe a goal, and the framework handles task decomposition, dependency scheduling, and inter-agent communication — all in-process, no subprocess overhead.
Would love to hear: what multi-agent workflows would you build with this?