//! Graph sub-module — CachedGraphStore, persistent graph/activation/Hebbian,
//! causal reasoning, and graph store trait.
//!
//! Re-exports core graph types from `hirn_graph::graph` for backward compatibility.
// Re-export hirn_graph core types so `crate::graph::EdgeId` etc. still resolve.
pub use *;