Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 486 Bytes

File metadata and controls

20 lines (15 loc) · 486 Bytes

Contributing to Awesome LLM AI Agent Project

We welcome contributions to improve the AI agents!

How to Contribute

  1. Fork the repository.
  2. Clone your fork to your local machine.
  3. Create a new branch.
  4. Make changes.
  5. Test your changes.
  6. Submit a pull request.

Code Style

  • Use Python style guide (PEP 8).
  • Name files and directories using snake_case.

Reporting Issues

If you find bugs, please open an issue on the GitHub repository.

Thanks for contributing!