Rust ONNX inference for LiquidAI LFM2.5-VL (vision-language) models — implements the engine-agnostic llmtask::Task contract via llguidance for schema-constrained sampling
//! Re-exports of the `llmtask` Task trait for convenience.
//!//! Users can `use lfm::Task` instead of `use llmtask::Task`.
pubusellmtask::{JsonParseError, Task};