# Repository source reference

This section documents executable Python outside the installable `vllm_mlx` package. It includes maintenance tools under `scripts/` and runnable programs under `examples/`.

Every page contains:

- A complete module source link.
- Exact `#Lx-Ly` links for every class, function, method, and nested helper.
- Human-authored docstrings when present.
- Conservative implementation facts generated from calls, state access, return expressions, direct raises, decorators, awaits, and yields.
- Inline static source rendering.

The machine-readable [`source-inventory.json`](https://vllm-mlx.is-a.dev/source-inventory.json) combines this section with the complete runtime package. Tests are intentionally excluded from public source reference pages because they document verification scenarios rather than supported runtime or user-facing programs.

Use the navigation beneath this page to browse `scripts` and `examples`.
