Applied when editing files under cascade/.
Local LLM proxy with smart provider cascade, failover, and credential pooling. Maintained by Chris. Public project since 2026-07-13.
- Python 3.11+
- Use
requirements.txtfor dependencies - Tests with
pytest - Ruff for linting
- No duplicate credential logic — secrets live in .env (not committed)
cd cascade
python3 -m venv .venv
pip install -r requirements.txt
pytestThis directory is the canonical source for cascade. Imported from its own git repo with full history preserved via git subtree. The public repo at github.com/chrisluersen/cascade is synced from here via git subtree push.