Multi-Agent Orchestration Framework
5.7k 2026-04-16

JackChen-me/open-multi-agent

A lightweight, TypeScript-native multi-agent orchestration framework that simplifies complex goal-oriented tasks into a single function call with automatic decomposition and parallel execution.

Core Features

Goal-to-result in one runTeam() call with automatic task decomposition and parallel execution.
TypeScript-native with minimal runtime dependencies (@anthropic-ai/sdk, openai, zod).
Supports multi-model teams, allowing different LLM providers for individual agents.
Deploys anywhere Node.js runs, integrating seamlessly into existing backends.

Detailed Introduction

Open Multi-Agent is a streamlined TypeScript framework designed for orchestrating teams of AI agents. Unlike declarative graph-based systems, it offers a goal-driven approach where a single runTeam() call initiates automatic task decomposition, dependency resolution, parallel execution, and final output synthesis. It boasts minimal runtime dependencies and native Node.js integration, making it ideal for embedding in various backend environments. The framework supports diverse LLM providers within a single team, enabling flexible and powerful multi-agent workflows without complex configurations.

OSS Alternative

Explore the best open source alternatives to commercial software.

© 2026 OSS Alternative. hotgithub.com - All rights reserved.