Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:34

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: loop with required max_iterations, explicit break_on, and embedded
    body stages.
  • Loop output metadata with iterations_run, stop_reason, and final_stage.
  • Trace and event loop context fields: loop_id, loop_iteration, and
    loop_stage_id.
  • inspect --format json loop 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.0

Release preflight

Run the release preflight gate before creating or pushing the tag:

scripts/release-preflight.sh v1.1.0