Skip to main content

Crate agent_sdk_store_sqlite

Crate agent_sdk_store_sqlite 

Source
Expand description

SQLite-backed durable store adapters for the Agent SDK.

This crate stores canonical SDK DTOs in explicit SQLite tables. It does not execute tools, call providers, own approval policy, or replace the run journal as durable truth.

Re-exports§

pub use agent_pool::SqliteAgentPoolStore;
pub use bundle::SqliteStoreBundle;
pub use checkpoint::SqliteCheckpointStore;
pub use content::SqliteContentStore;
pub use event_archive::SqliteEventArchive;
pub use journal::SqliteRunJournal;
pub use provider_arguments::SqliteProviderArgumentStore;
pub use tool_execution::SqliteToolExecutionStore;

Modules§

agent_pool
bundle
checkpoint
content
event_archive
journal
provider_arguments
tool_execution