pe-graph 0.1.0

Graph execution engine for Potential Expectations — state graphs, Pregel model, ReAct topology, and builder DSL
Documentation
1
2
3
4
5
6
7
//! Phase state store -- re-exported from pe-core for convenience.
//!
//! The canonical implementation lives in [`pe_core::phase_store`].
//! This module re-exports it so pe-graph users don't need to depend
//! on pe-core directly for phase state operations.

pub use pe_core::phase_store::{PhaseStateStore, PhaseStoreError};