Thanks to visit codestin.com
Credit goes to lib.rs

#reflow #assets #registry #ml #manifest

reflow_asset_registry

Asset registry client for Reflow — resolves content-addressed URIs and ML model manifests

2 releases

0.2.1 Apr 26, 2026
0.2.0 Apr 22, 2026

#822 in Science


Used in 4 crates (2 directly)

MIT/Apache

165KB
3.5K SLoC

Model manifest helpers layered on top of reflow_assets.


reflow_asset_registry

Asset registry client for Reflow — resolves content-addressed aid:// URIs, pulls model manifests and weights, and hands them to ML actors.

Most users should depend on reflow_rt with the ml feature, which re-exports this crate as reflow_rt::asset_registry. Direct use is appropriate only when embedding Reflow's asset resolution into a non-ML application.

What it provides

  • Registry client that resolves assets described in reflow_assets.
  • Manifest types for ML models consumed by reflow_ml_ops.
  • Deterministic mockable behavior — the registry never pulls native runtimes by itself.

Real LiteRT execution is orthogonal and opt-in through reflow_litert's external-litert feature.

License

MIT OR Apache-2.0.

Dependencies

~2.1–5MB
~95K SLoC