Actor trait, message types, ports, state, and stream handles for the Reflow runtime.
Procedural macros for declaring Reflow actors.
The public Rust runtime crate for building and running Reflow graph workflows.
Standard component catalog for Reflow — procedural, media, GPU, animation, I/O, and stream actors.
Generated API-service actor catalog for Reflow — thousands of actors across ~90 third-party services.
Author-facing crate for building Reflow actor packs — safe wrapper over the pack ABI plus the #[reflow_pack] macro.
Browser-WASM distribution of the Reflow runtime — exposes Graph, Network, Actor, Message to JS via wasm-bindgen.
Proc macro for authoring Reflow actor packs — emits the cdylib entrypoints required by reflow_pack_loader.
Network executor for Reflow — routes messages between actors, manages subgraphs, and emits runtime events.
Graph data structures for Reflow — nodes, edges, IIPs, exports, and analysis.
Shared tracing-protocol types for the Reflow runtime.
Runtime loader for .rflpack actor bundles — dlopens pack cdylibs and publishes their templates to the runtime registry.