Expand description
Headless runtime, rules, schema, and profile pipeline for Jellyflow.
This crate owns the portable B-layer store and change pipeline built on top of
jellyflow-core graph transactions. It must stay free of Fret UI, renderer, platform, and
windowing dependencies.
Public API shape:
- crate-root re-exports are the canonical runtime entry points,
ioowns persisted files and editor configuration,runtime::xyflowis an explicit compatibility adapter, not the primary store contract.
Re-exports§
pub use profile::ApplyPipelineError;pub use profile::GraphProfile;pub use profile::apply_connect_plan_with_profile;pub use profile::apply_transaction_with_profile;pub use runtime::commit::NodeGraphPatch;pub use runtime::store::DispatchError;pub use runtime::store::DispatchOutcome;pub use runtime::store::NodeGraphStore;