1.9 KiB
1.9 KiB
Contributing to Awesome Agent Orchestration
Thank you for considering contributing to this repository! This document provides guidelines for contributing.
Ways to Contribute
- Add new resources - Share frameworks, tools, or papers
- Improve existing entries - Update descriptions or add missing information
- Fix errors - Correct typos or outdated information
- Translate - Add translations to other languages
Contribution Guidelines
Adding New Resources
When adding a new resource, please ensure:
- Relevance: The resource must be related to agent orchestration, multi-agent systems, or swarm intelligence
- Quality: Prefer well-maintained, actively developed projects
- Format: Follow the existing table format in each section
- Stars Badge: Use the shields.io format:

Table Format
For framework/tool entries:
| [Project Name](URL) | Description |  |
For research papers:
| [Paper Title](URL) | Description | Year |
Sections Available
- Core Frameworks
- Multi-Agent Orchestration Frameworks
- Swarm Intelligence Frameworks
- Graph-Based Workflow Frameworks
- Lightweight & Specialized Agents
- Orchestration Patterns
- Communication & Coordination
- Research Papers
- Tools & Infrastructure
- Learning Resources
Pull Request Process
- Fork the repository
- Create a feature branch:
git checkout -b add-new-framework - Make your changes
- Commit with clear messages
- Push to your fork
- Submit a Pull Request
Review Criteria
- Is the resource relevant to agent orchestration?
- Is the information accurate and up-to-date?
- Is the formatting consistent with existing entries?
- Are the links working?
Thank you for your contributions!