awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Multi-Agent Coordination Systems · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesMulti-Agent Coordination Systems

Frameworks that enable multiple specialized agents to collaborate on complex tasks by delegating sub-processes and sharing state.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Multi-Agent Coordination Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence Research
  4. Agent Architectures
  5. Orchestration Engines
  6. AI Agent
  7. Multi-Agent Coordination Systems

Awesome Multi-Agent Coordination Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • dair-ai/Prompt-Engineering-Guide

    dair-ai/Prompt-Engineering-Guide

    70,526GitHubView on GitHub↗

    This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task

    Outlines conceptual strategies for coordinating multiple concurrent agents to solve complex reasoning problems in parallel.

    MDXagentagentsai-agents
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Spawns and manages independent sub-agents to parallelize complex workflows within a primary conversation.

    Pythonagentartificial-intelligencechatgpt
  • cline/cline

    cline/cline

    58,164GitHubView on GitHub↗

    Cline is an extensible agent runtime and multi-agent orchestration engine designed to automate complex software engineering workflows. It functions as an integrated development environment extension that bridges strategic task planning with autonomous execution, allowing users to manage multi-step projects through huma

    Maintains state across complex project lifecycles while delegating subtasks to specialized agents for collaborative execution.

    TypeScript
  • microsoft/autogen

    microsoft/autogen

    54,656GitHubView on GitHub↗

    This framework provides a development environment for building collaborative systems where autonomous agents interact to solve complex tasks through conversational workflows. It functions as a conversational workflow engine and event-driven runtime, coordinating multi-step processes by translating high-level goals into

    Routes structured messages through a central hub to maintain system state and delegate tasks between agents.

    Pythonagenticagentic-agiagents

Explore sub-tags

  • Concurrent Agent ExecutionMechanisms for running multiple agent-based tasks in parallel using asynchronous execution patterns.
  • Hierarchical Task DelegationMechanisms for agents to spawn and coordinate sub-agents for complex task execution.
  • Message-Passing Agent OrchestratorsFrameworks where agents interact by exchanging structured messages through a central hub to manage state and task delegation.
Parallel Agent Swarming
Techniques for spawning concurrent sub-agents to execute independent components of a reasoning task in parallel.
  • Task Delegation SystemsMechanisms for distributing complex workloads across multiple specialized sub-agents.