# open-multi-agent

> TypeScript multi-agent orchestration framework. Describe a goal, a coordinator decomposes it into a task DAG that runs on any LLM: Claude, ChatGPT, Gemini, DeepSeek, or local models.

## Facts
- **Category:** [Agent Frameworks](https://agentsearchengine.app/category/agent-frameworks)
- **Type:** Framework
- **Pricing:** Open source
- **GitHub stars:** 6,705
- **Language:** TypeScript
- **License:** MIT
- **Last repo activity:** 1 day ago (Aug 2, 2026)
- **Official site:** https://open-multi-agent.com
- **Source code:** https://github.com/open-multi-agent/open-multi-agent
- **Listing on Agent Search Engine:** https://agentsearchengine.app/agents/open-multi-agent
- **Data verified:** July 2026

## About open-multi-agent
open-multi-agent is a multi-agent orchestration framework for TypeScript backends. Give it a goal; a coordinator agent decomposes it into a task DAG, parallelizes independents, and synthesizes the result. Drops into any Node.js backend. Graph-first frameworks make you enumerate every node and edge up front. OMA runs a dynamic workflow: the task DAG is built at runtime, so it adapts to the goal instead of being hand-wired for one. The coordinator emits that plan as data for a deterministic scheduler to execute, so the plan is inspectable and replayable. @open-multi-agent/core keeps a lightweight core. The orchestration engine plus the mainstream model providers (Anthropic, OpenAI, and any OpenAI-compatible endpoint) work out of the box; additional providers (Gemini, Bedrock), MCP, and the Vercel AI SDK bridge are opt-in peer dependencies you install only when you use them.

_From the project's README._

## Install

```
npm install @open-multi-agent/core
```

## Alternatives
open-multi-agent sits in agent frameworks. Related tools indexed here:
- [langchain](https://agentsearchengine.app/agents/langchain) — The agent engineering platform. · Open source · Framework · 143k★ · Python · MIT · active 1 day ago
- [ruflo](https://agentsearchengine.app/agents/ruflo) — The leading agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. · Open source · Framework · 67k★ · TypeScript · MIT · active 1 day ago
- [autogen](https://agentsearchengine.app/agents/autogen) — A programming framework for agentic AI · Open source · Framework · 60k★ · Python · CC-BY-4.0 · active 3 months ago
- [crewAI](https://agentsearchengine.app/agents/crewai) — Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks. · Open source · Framework · 57k★ · Python · MIT · active today
- [pydantic-ai](https://agentsearchengine.app/agents/pydantic-ai) — AI Agent Framework, the Pydantic way · Open source · Framework · 19k★ · Python · MIT · active today
- [eliza](https://agentsearchengine.app/agents/eliza) — Open source agentic operating system · Open source · Framework · 19k★ · TypeScript · MIT · active today
- [SuperAGI](https://agentsearchengine.app/agents/superagi) — <> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably. · Open source · Framework · 18k★ · Python · MIT · active 1 year ago
- [agent-framework](https://agentsearchengine.app/agents/agent-framework) — A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and.NET. · Open source · Framework · 13k★ · Python · MIT · active today

---
Source: [Agent Search Engine](https://agentsearchengine.app) — an independent, hand-curated index of AI agents, MCP servers, and frameworks. Rankings are never sold; sponsored placements are labeled and never numbered. Full directory: https://agentsearchengine.app/llms-full.txt
