Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.14 KB

File metadata and controls

88 lines (64 loc) · 3.14 KB

Contributing to Awesome AI Agent Tools

Thank you for your interest in contributing to this list! Your contributions help the AI agent community discover valuable tools and resources.

Guidelines

Quality Standards

To maintain the quality of this awesome list, please ensure your contribution meets these criteria:

  • Relevant: Directly related to AI agents, their development, deployment, or ecosystem
  • Active: Project is actively maintained (commits within the last 6 months preferred)
  • Quality: Well-documented, professional, and widely useful
  • No Duplicates: Check that the item isn't already listed
  • No Self-Promotion: While you may submit your own projects, they should meet all other quality criteria

What to Include

Good additions:

  • Open-source frameworks and libraries
  • Commercial platforms with free tiers or significant user bases
  • Educational resources and documentation
  • Active communities (1,000+ members or significant engagement)
  • Tools with unique capabilities or approaches

What NOT to add:

  • Abandoned projects (no updates in 12+ months)
  • Personal projects without community adoption
  • Duplicate tools without differentiation
  • Low-quality or spam resources
  • Paid-only services without free tier or trial

How to Contribute

Adding an Item

  1. Fork this repository
  2. Create a new branch (git checkout -b add-awesome-tool)
  3. Add your item in the appropriate category:
    • Maintain alphabetical order within categories
    • Use this format: [Name](URL) - Brief description (10-20 words).
    • Ensure URLs point to official sources (GitHub repos, official websites)
  4. Check your formatting:
    • Use proper markdown syntax
    • Ensure links work
    • Keep descriptions concise and clear
  5. Commit your changes (git commit -am 'Add AwesomeTool to Frameworks')
  6. Push to your fork (git push origin add-awesome-tool)
  7. Open a Pull Request with a clear description of what you're adding

Example Entry

- [AwesomeTool](https://github.com/example/awesometool) - Multi-agent orchestration framework with built-in memory and tool-calling capabilities.

Suggesting Changes

Found an error or outdated information? Please:

  1. Open an issue describing the problem
  2. Or submit a pull request with the fix

Proposing New Categories

If you believe a new category would improve the organization:

  1. Open an issue explaining the proposed category
  2. Provide 3-5 example items that would fit
  3. Wait for community feedback before submitting a PR

Review Process

  • Pull requests are reviewed within 3-7 days
  • Maintainers may request changes or clarifications
  • Items must meet quality standards to be merged
  • Respectful and constructive feedback is expected

Code of Conduct

  • Be respectful and professional
  • Focus on the quality and relevance of contributions
  • No spam, self-promotion without value, or malicious content
  • Constructive criticism is welcome; personal attacks are not

Questions?

If you're unsure whether something fits, open an issue to discuss before submitting a PR.

Thank you for helping make this resource valuable for the AI agent community! 🤖