All activity
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.

Open Multi-AgentBuild AI agent teams in TypeScript with task DAG scheduling
JackChenleft a comment
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 —...

Open Multi-AgentBuild AI agent teams in TypeScript with task DAG scheduling
