Skip to main content

Module lm_runner

Module lm_runner 

Source
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_dispatch and the rlx-text / skill integration.