Thanks for your interest in contributing!
git clone https://github.com/roli-lpci/zer0dex.git
cd zer0dex
pip install -e ".[dev]"
pytest tests/ -v- Python 3.11+
- Ollama with
nomic-embed-textandmistral:7b(for integration testing)
- Fork the repo and create a branch from
main - Write tests for your changes
- Run
pytest tests/ -v— all 37 tests must pass - Submit a pull request
- Type hints on function signatures
- Google-style docstrings on public functions
- Constants at module top, UPPER_SNAKE_CASE
Use the bug report template.