Stateful API logic for agentic applications using vLLM
A Rust-first project that is migrating agentic gateway functionality from Python into
native Rust components. The previous Python gateway implementation has been removed.
Design and migration decisions are tracked in the ADRs under docs/adr/.
- Rust source:
src/ - Rust package manifest:
Cargo.toml - Documentation:
docs/
cargo buildcargo testcargo clippy --all-targets -- -D warnings
cargo fmt -- --checkuv venv
uv pip install -r docs/requirements.txt
uv run mkdocs serve