AI Orchestration Framework
6.1k 2026-05-11
open-multi-agent/open-multi-agent
An open-source TypeScript framework that automatically transforms high-level goals into parallelizable task DAGs for multi-agent systems.
Core Features
Automated goal-to-task DAG decomposition
TypeScript-native multi-agent orchestration
Parallel execution of independent tasks
Live tracing of agent activities and task progress
Minimal runtime dependencies (three)
Quick Start
npm install @open-multi-agent/coreDetailed Introduction
Open Multi-Agent is a robust TypeScript-native framework designed for orchestrating complex multi-agent systems. It empowers developers to define high-level goals, which the framework then automatically decomposes into a Directed Acyclic Graph (DAG) of tasks. This enables intelligent parallelization of independent tasks and efficient synthesis of results, streamlining the development of AI-driven workflows with minimal runtime overhead and integrated live tracing capabilities.