Expand description
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.
Re-exports§
pub use agent_pool::FileAgentPoolStore;pub use bundle::FileStoreBundle;pub use checkpoint::FileCheckpointStore;pub use content::FileContentStore;pub use event_archive::FileEventArchive;pub use journal::FileRunJournal;pub use provider_arguments::FileProviderArgumentStore;pub use tool_execution::FileToolExecutionStore;