Skip to content
open-multi-agent logo

open-multi-agent

Verified

TypeScript framework for goal decomposition into parallel task graphs via one call.

Autonomous AgentsAgent Frameworks 6.4kOpen source
View on GitHub
Updated 2026-06-15
open-multi-agent GitHub repository

What is open-multi-agent?

open-multi-agent is a lightweight TypeScript framework for coordinating multiple agents in a structured workflow.

A single runTeam() call triggers one LLM interaction that produces a directed acyclic graph of tasks, which then run concurrently.

It targets developers building agent-based applications who want minimal dependencies and straightforward parallel execution in Node.js environments.

Capabilities

decompose goals into task DAGs
run tasks in parallel
orchestrate multi-agent teams
plan via single LLM call

What you can build with open-multi-agent

Goal Decomposition

Convert high-level objectives into structured task DAGs using a single LLM-assisted call.

Parallel Task Execution

Run multiple subtasks concurrently after the initial decomposition step.

Lightweight Agent Teams

Orchestrate small multi-agent setups with only three runtime dependencies.

Install open-multi-agent

Quick start
npm install @open-multi-agent/core
  1. 1Install Node.js version 18 or later
  2. 2Add the open-multi-agent package to your project
  3. 3Import the runTeam function in your TypeScript code
  4. 4Invoke runTeam with your goal and required agent configuration
  5. 5Observe the parallel execution of the generated task DAG

Works with

Node.js

open-multi-agent: pros & cons

Pros

  • +Only three runtime dependencies keep the footprint small
  • +Single LLM call handles task decomposition efficiently
  • +Built-in support for parallel execution of tasks
  • +Native TypeScript support on Node.js 18+

Cons

  • Restricted to Node.js 18+ environments
  • Task quality depends entirely on the chosen LLM
  • Limited documentation on advanced customization
Did you find this helpful?

Frequently asked questions

The framework requires Node.js 18 or higher.

User reviews

Verified reviews from the community shape this listing's rating.

Loading reviews…

Sign in to review

Promote open-multi-agent

Add this badge to your website, or share the tool.

DFeatured on Dhanasviopen-multi-agent 0