Skip to content

v0.1.2

Choose a tag to compare

@infosave2007 infosave2007 released this 07 Jul 16:25

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 (default 0.0.0.0; set 127.0.0.1 for a local-only server).
  • /healthz liveness 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