//! Graph synchronization module.
//!
//! This module re-exports types from the `spec-ai-graph-sync` crate and provides
//! the implementation of `SyncPersistence` for `spec-ai-config::Persistence`.
// Re-export the adapter
pub use SyncPersistenceAdapter;
// Re-export everything from spec-ai-graph-sync
pub use crate;