Expand description
Re-export of the upstream rlx_runtime::LmRunner trait.
Historically this module defined LmRunner itself; the trait moved
into rlx-runtime so model crates can implement it without taking a
dependency on this CLI helper crate (which would otherwise pull in
clap, phf, minijinja, etc.). The re-export keeps the existing
rlx_cli::LmRunner path working for downstream callers.
Traitsยง
- LmRunner
- Minimal per-family runner interface used by
auto_dispatchand therlx-text/skillintegration.