git clone https://github.com/yantrikos/agentweb
cd agentweb
pip install -e .
python -m unittest discover tests -v- Bug reports: Open an issue with reproduction steps, Python version, and error output
- Bug fixes: Fork, fix, test, submit PR
- Features: Open an issue to discuss before implementing
- Tests: More coverage is always welcome
- Documentation: Improvements to README, docstrings, examples
- Fork and create a feature branch
- Make changes
- Ensure all tests pass
- Submit PR with clear description of what and why
- Python 3.9+ compatible
- Type hints where helpful
- Docstrings for public methods
- No unnecessary dependencies
By contributing, you agree that your contributions will be licensed under the MIT License.