Contributing
Source of Truth
This page is generated from CONTRIBUTING.md. The repository file is the authoritative source.
Quick Start
git clone https://github.com/vllm-project/semantic-router.git
cd semantic-router
make download-models # Download ML models from HuggingFace
make build # Build Rust + Go components
make test # Run all tests
Workflow
Create a Branch
git checkout -b feature/your-feature-name