//! Filesystem-backed durable store adapters for the Agent SDK.
//!
//! Each adapter implements a canonical SDK port and stores contract DTOs as
//! JSON or NDJSON under a caller-provided root. The crate does not call model
//! providers, execute tools, or synthesize journal truth.
pub use FileAgentPoolStore;
pub use FileStoreBundle;
pub use FileCheckpointStore;
pub use FileContentStore;
pub use FileEventArchive;
pub use FileRunJournal;
pub use FileProviderArgumentStore;
pub use FileToolExecutionStore;