v1.1.0
llmff v1.1.0
llmff v1.1.0 adds a bounded sequential op: loop stage for inspectable
refinement and retry-style LLM workflows.
Added
op: loopwith requiredmax_iterations, explicitbreak_on, and embedded
body stages.- Loop output metadata with
iterations_run,stop_reason, andfinal_stage. - Trace and event loop context fields:
loop_id,loop_iteration, and
loop_stage_id. inspect --format jsonloop metadata showing body size and maximum expanded
stage count.- Compatibility with the existing Python subprocess supervisor, batch supervisor,
Node.js streaming supervisor, agent runner adoption guide, OpenTelemetry bridge,
and ecosystem readiness gates.
Boundary
Loops are bounded execution stages. They are not a scheduler, memory system,
policy engine, or autonomous planner.
Install
cargo install --git https://github.com/syndicalt/llmff --tag v1.1.0 llmff
scripts/smoke-install.sh --git https://github.com/syndicalt/llmff --tag v1.1.0Release preflight
Run the release preflight gate before creating or pushing the tag:
scripts/release-preflight.sh v1.1.0