unigateway 1.3.0

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 = "host_adapter/app_host.rs"]
mod app_host;

// This module exists to compile the product-shell trait implementations that
// bind request-path state to `unigateway-host` host contracts.