First off, thank you for considering contributing to 01Agents! It's people like you that make 01Agents such a great tool.
This project is maintained by Bishal Singh (@bsalsingh) and the 01Cloud community.
- Submit a Bug Report: If you find a bug, please open an issue.
- Suggest a Feature: Have an idea for a new feature? Open a feature request.
- Propose a Change: For code changes, please open a Pull Request.
Before creating bug reports, please check the existing issues as it might be already reported. When you are creating a bug report, please include as many details as possible. Fill out the required template, the information it asks for helps us resolve issues faster.
If you have a great idea for 01Agents, please open an issue. Explain the context, why you think it's necessary, and how it should work.
- Fork the repository and create your branch from
main. - Setup your development environment (see Local Development Setup).
- Make your changes. If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Format your code. Use our precommit hooks.
- Submit a Pull Request. Use a descriptive title and fill out the Pull Request template.
To contribute to the code, you'll need to set up the agents locally.
cd k8s-agent/level-0-agent
npm install
npm run devcd k8s-agent/level-1-agent
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py- Code of Conduct: Please read and follow our Code of Conduct.
- Communication: Reach out to us at [email protected].
Thank you for your contributions! 🚀