Add actor-backed manual node provisioning, control-plane endpoints, and fleet UI assets with durable provider lifecycle handling. Simplify Myelin orchestration, node runtime, staging, and telemetry paths while removing obsolete engine-builder, dashboard-view, and local-mock implementations. Align runtime delivery, data-plane, distribution, job-runner, process, telemetry, dashboard, Vast.ai integrations, and their tests with the revised actor and transport contracts.
7 lines
227 B
Rust
7 lines
227 B
Rust
//! Myelin node-local runtime public surface.
|
|
//!
|
|
//! Worker-node runtime behavior lives behind this module boundary; binaries
|
|
//! only wire entrypoints into it.
|
|
|
|
pub(super) mod prompt_wire;
|
|
pub(crate) mod worker_node_runtime;
|