swactor/crates/distribution/tests
Zachery Aaron Shores-Chmielewski ae9ca3bcf3 feat: datastream feature cleaning
Promote pipeline-parallel-inference to a first-class app and consolidate observability on the datastream wire, decoupling the dashboard crate from `distribution`.

- apps/pipeline-parallel-inference: move the example out of `examples/` into `apps/` as its own workspace, rename binaries to `pp-worker`/`pp-orchestrator`, and strip release binaries
- cluster: add `ClusterNode`, a synchronous facade over the actorized distribution protocol (IrohDriver + per-node Runtime hosting Swim/Registry/Metadata/Directory actors with a `MembershipFanout`), replacing ad-hoc `driver.node()`/`tick()` call sites
- fleet: add per-node fleet telemetry that ships identity/resource records as `DatastreamFrame`s over the cluster transport to the orchestrator's `DatastreamSink`, folded into a `FleetView` on a 3s tick
- provision: add best-effort, opt-in SSH boot-phase telemetry (`PP_DEPLOY_KEY`) that streams rented-node boot logs onto the orchestrator's datastream as `proc.boot.<stage>.*`
- dashboard: rewire the crate dependency from `distribution` to `datastream`, drop the standalone `swactor-datastream-dashboard` binary, and rewrite `datastream_source.rs` to demux per-node frames into Overview/Distribution/Fleet views with live-node TTL filtering
- distribution: refresh dist/netmap plugin copy and README from "Kademlia routing" to gossip-directory terminology

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-06-09 13:29:07 +04:00
..
common feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
cache.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
directory_actor.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
directory_route_path.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
gossip_actors_transport.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
iroh_driver.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
lifeguard.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
registry.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_actor.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_actor_transport.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_adversarial_judge.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_behavioral.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_dissemination.rs feat: add support for iroh as the transport layer (#40) 2026-02-15 09:47:05 +00:00
swim_dissemination_property.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_handler_emission.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_merge_crdt.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
swim_probe_contract.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
transport_and_codec.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
types_and_crypto.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00
zz_judge_adversarial.rs feat: datastream feature cleaning 2026-06-09 13:29:07 +04:00