unigateway 1.2.1

Lightweight, local-first LLM gateway for developers. A stable, single-binary unified entry point for all your AI tools and models.
1
2
3
4
5
#[path = "runtime_host_adapter/app_host.rs"]
mod app_host;

// This module exists to compile the `AppState` trait implementations that bind
// the product shell to `unigateway-runtime` host contracts.