Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / open-multi-aFrameworkOpen sourceVerified

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,…

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.5k stars on GitHub. It was last updated in July 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 agent frameworks
AgentStarsPricing
open-multi-agentFrameworkthis listing6.5kOpen source
langchainFramework141kOpen source
rufloFramework63kOpen source
autogenFramework59kOpen source
crewAIFramework55kOpen source
elizaFramework19kOpen source