Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is multi-agent system?

A multi-agent system coordinates several AI agents — often with specialised roles — that communicate and divide a task, rather than relying on one agent to do everything.

Splitting work across agents lets each focus on a narrower job — a planner, a coder, a reviewer — and tackle problems too complex for a single loop. Common patterns include an orchestrator delegating to workers, agents debating to improve answers, and pipelines where each stage is its own agent.

Open-source frameworks supply the messaging, shared memory, and orchestration. The hard parts are coordination overhead and cost control, since every agent step is another model call.

Trending AI agents

Trending multi-agent system projects

  1. ruvnet/ruflo

    🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration

    55.2K+156 · 24hmomentum 14TypeScript
  2. HKUDS/Vibe-Trading

    "Vibe-Trading: Your Personal Trading Agent"

    8.7K+68 · 24hmomentum 10Python
  3. THU-MAIC/OpenMAIC

    Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click

    17.9K+30 · 24hmomentum 10TypeScript
  4. brokermr810/QuantDinger

    AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading

    6.5K+53 · 24hmomentum 10Python
  5. gastownhall/gascity

    Orchestration-builder SDK for multi-agent coding workflows

    834+5 · 24hmomentum 8Go

multi-agent system — FAQ

What is multi-agent system?
A multi-agent system coordinates several AI agents — often with specialised roles — that communicate and divide a task, rather than relying on one agent to do everything. Splitting work across agents lets each focus on a narrower job — a planner, a coder, a reviewer — and tackle problems too complex for a single loop. Common patterns include an orchestrator delegating to workers, agents debating to improve answers, and pipelines where each stage is its own agent.