Skip to content
Agent Search Engine

Record · open-multi-aFrameworkOpen sourceVerified Jul 3, 2026

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.

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

open-multi-agent is an open-source project written primarily in TypeScript, with 6.8k stars on GitHub. It was last updated in August 2026.

Install

npm install @open-multi-agent/core
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

open-multi-agent vs. the alternatives

All 30 alternatives →
RecordStarsPricing
open-multi-agentFrameworkthis listing6.8kOpen source
langchainFramework144kOpen source
rufloFramework68kOpen source
autogenFramework60kOpen source
crewAIFramework57kOpen source
pydantic-aiFramework19kOpen source

See all 30 open-multi-agent alternatives, compared →