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

1 repo

Awesome GitHub RepositoriesAgent Orchestration Patterns

Architectural strategies for coordinating multiple agents to complete complex tasks through structured delegation and workflow management.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Agent Orchestration Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence Concepts
  4. Agentic Systems
  5. Agent Orchestration Patterns

Awesome Agent Orchestration Patterns GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    Pythonagentartificial-intelligencechatgpt

Explore sub-tags

  • Sequential Task DelegationA pattern where a primary agent synchronously delegates sub-tasks to specialized agents, waiting for completion before proceeding.