open-multi-agent/open-multi-agent

TypeScript AI agent orchestration framework with dynamic workflows. Describe the goal, not the graph: a coordinator plans the task DAG at runtime and runs...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on August 31st, 2026
Created on March 31st, 2026
Open Issues & Pull Requests: 11 (+0)
Number of forks: 2,434
Total Stargazers: 6,851 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.4 hours
Mean response time: 3.5 days
90th percentile: 11.6 days
Tracked items: 125

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "source:feedback" is answered fastest, typically in about 4 hours, while "P3" waits about 8 days. Only 9% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 39 days
Stale 30+ days: 2
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (89)
  • source:feedback (45)
  • P2 (32)
  • source:analysis (30)
  • P1 (24)
  • source:owner (24)
  • source:competitive (17)
  • good first issue (15)

Detailed Description

Open Multi-Agent is a TypeScript AI agent orchestration framework that enables dynamic workflow execution across multiple language models.

The framework addresses the challenge of coordinating complex multi-agent tasks by shifting control flow definition from static graph construction to runtime planning. Rather than pre-defining agent workflows as directed acyclic graphs, developers describe the goal they want to achieve, and a coordinator component plans the task DAG dynamically at execution time. This approach allows workflows to adapt based on intermediate results and changing conditions. The framework can execute these dynamically planned workflows on any supported language model, including Claude, ChatGPT, Gemini, DeepSeek, or local models via Ollama.

Developers should consider this tool if they need flexible, goal-driven agent orchestration rather than rigid predefined workflows. It suits projects where task dependencies cannot be fully determined upfront or where the optimal execution path depends on runtime information. The framework's ability to work with multiple LLM providers offers flexibility in model selection and cost optimization. The README positions it as an alternative to CrewAI and LangGraph, suggesting it targets teams already familiar with those frameworks who want a different approach to workflow definition.

The project shows active development with regular commits across multiple areas of the codebase. Pull requests are reviewed and merged consistently, indicating ongoing maintenance and feature development. The repository maintains documentation and examples alongside the core implementation, suggesting attention to developer experience. Issue tracking appears active with responses to user questions and bug reports.