This release adds 3 notable features for engineering teams evaluating rollout.
Published 13d
LLM Frameworks
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Included, Known Limitations, and Supported Platforms across a mixed release.
Full changelog
llmff v0.1.0
First public early-testing release of llmff, an FFmpeg-shaped CLI and Rust library for typed LLM inference pipelines.
Supported Install
cargo install --git https://github.com/syndicalt/llmff --tag v0.1.0 llmff
Supported Platforms
- Linux and macOS with a working Rust/Cargo toolchain.
- Windows is not blocked by design, but this release has not been verified there.
Included
- YAML manifest pipeline runner.
- Compact inline graph runner for linear pipelines.
- Built-in stages:
load,cache,system,template,retrieve,infer,validate_json,repair,route,tool, andwrite. - Mock backends for deterministic tests and examples.
- OpenAI-compatible and Ollama chat backend adapters.
- CLI backend registration with optional API key environment lookup.
- Sequential execution by default and
--parallelexecution for independent ready stages. - JSONL traces plus
llmff tracesummaries. - GitHub install smoke gate.
Known Limitations
- This is a pipeline runner, not a native inference kernel, model converter, or serving platform.
- No binary artifacts are published for this release.
- Backend calls are non-streaming.
- Inline graphs support linear pipelines only; branching pipelines should use YAML manifests.
- Retrieval is local lexical matching, not vector search.
Verification
Release verification should pass:
scripts/smoke-install.sh --git https://github.com/syndicalt/llmff --tag v0.1.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Llmff
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]