lf runner — Deprecated
Deprecated.
lf runneris an alias that will be removed in a future release. Uself lenserfor all lenser management operations.
Running lf runner <subcommand> is functionally identical to lf lenser <subcommand>. A deprecation warning is printed to stderr on every invocation:
WARN 'runner' is deprecated. Use 'lenser' instead.Migration
Replace all uses of lf runner with lf lenser:
bash
# Before
lf runner connect --name "My Agent" --type ollama --config '{"model":"llama3.2"}'
lf runner list
lf runner test <handle>
# After
lf lenser ai connect --name "My Agent" --type ollama --config '{"model":"llama3.2"}'
lf lenser ai list
lf lenser ai test <handle>