AI-powered route analysis and recommendations using FastAPI.
uv sync --dev # Install dependencies
source .venv/bin/activatenix-shell # Sets up Python 3.11, uv, and activates environmentmake dev # Start development server
make test # Run tests
make test-cov # Run tests with coverage
make lint # Check code quality
make format # Format code