MoonBit-native model-as-a-service and cluster control plane
Dependencies
Implemented control-plane baseline. LunaNexa now contains a native HTTP controller, durable registry/scheduler/enrollment/telemetry state, a native node reconciler and OCI supervisor, a provider-neutral client and CLI, a live Rabbita console, and release evidence tooling. Production acceptance still requires the private runtime, CA/identity, four-node cluster, measurements, and named human approvals in the phased plan.
flowchart LR
S["MoonSuite products"] --> G["MoonGate<br/>authority and provider routing"]
G -->|"generic provider contract"| N["LunaNexa<br/>model and cluster plane"]
X["Other authorized clients"] -->|"same generic contract"| N
N --> A["LunaNexa node agent"]
A --> D["Four DGX Spark nodes<br/>model runtimes only"]
G --> P["External model providers"]sh scripts/release-gate.shMoonBit-native model-as-a-service and cluster control plane
Dependencies