Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1 KB

File metadata and controls

31 lines (22 loc) · 1 KB

Contributing

We welcome contributions to awesome-agents from any framework or AI provider. Here's how you can contribute:

  • Add a new agent implementation
  • Improve existing agents with bug fixes or enhancements
  • Share your agent implementations and use cases

Contributing to awesome-agents

  1. Fork this repository
  2. Clone the repository to your local machine
  3. Create a new branch for your changes
    git checkout -b your-github-username/new-branch-name
  4. Follow this guide to create a new agent.
  5. Create a pull request

Pull Request Guidelines

  • Pull Request(PR) title should be in the format of Emoji-Log:

    • 📦 NEW: Agent Name.
    • 👌 IMPROVE: An improvement to an existing agent.
    • 🐛 FIX: A bug fix for an existing agent.
    • 📖 DOC: Documentation changes for an existing agent.
  • Pull Request(PR) should be have a detailed explanation of the changes you made.