v0.1.2
CMF v0.1.2
Makes cortiq serve embeddable as a managed local model server — the change that lets an external process (e.g. an LLM gateway) install CMF from crates.io and run it as a local backend.
Added
cortiq serve --host <HOST>— control the bind address (default0.0.0.0; set127.0.0.1for a local-only server)./healthzliveness endpoint on the server, so a process manager can wait until the model has loaded and is ready.
Install / update: cargo install cortiq-cli · Full notes: CHANGELOG.md