Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 11, 2026·2 min de lecture

open-multi-agent — Task DAG Orchestration with MCP

open-multi-agent turns a goal into a task DAG and orchestrates multiple agents in TypeScript, with MCP support and runnable example scripts.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande d'installation directe
npx -y tokrepo@latest install 02e02d27-cc74-447b-a7cf-587d5fa638cd --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

open-multi-agent turns a goal into a task DAG and orchestrates multiple agents in TypeScript, with MCP support and runnable example scripts.

  • Best for: TypeScript teams who want a lightweight, dependency-minimal multi-agent orchestrator that can trace runs and speak MCP
  • Works with: Node.js tooling + TS runtime; MCP integrations per repo README
  • Setup time: 12 minutes

How to Use It Well

  • Setup time ~12 minutes (npm install + run one tsx example)
  • Goal → task DAG is the core abstraction; you can inspect the DAG to debug agent drift
  • GitHub stars + forks (verified): see Source & Thanks

Multi-agent systems fail when state gets fuzzy. A task DAG helps: you can see what’s planned, what ran, what failed, and what’s left. Keep tools read-only first, add write actions with explicit approvals.

FAQ

Q: Do I need MCP to use it? A: Not strictly. MCP is an integration surface; you can start locally and add MCP tools when needed.

Q: How do I debug failures? A: Treat the task DAG as your source of truth: inspect nodes, inputs/outputs, and rerun only the failing steps.

Q: Is it heavyweight? A: The README emphasizes minimal runtime dependencies; validate your own constraints and keep agents scoped.

🙏

Source et remerciements

Source: https://github.com/open-multi-agent/open-multi-agent > License: MIT > GitHub stars: 6,095 · forks: 2,349

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires