Skip to main content

Crate agent_sdk_store_postgres

Crate agent_sdk_store_postgres 

Source
Expand description

Scripted Postgres-style durable store adapters for the Agent SDK.

This crate proves SQL statement shape, bound parameters, row decoding, and store-surface mapping without provisioning a live database. Hosts own connections, migrations, RLS, backups, and retention policy.

Re-exports§

pub use agent_pool::PostgresAgentPoolStore;
pub use bundle::PostgresStoreBundle;
pub use checkpoint::PostgresCheckpointStore;
pub use client::PostgresSqlRequest;
pub use client::PostgresSqlResponse;
pub use client::PostgresSqlTransport;
pub use client::PostgresStoreClient;
pub use client::PostgresStoreConfig;
pub use content::PostgresContentStore;
pub use event_archive::PostgresEventArchive;
pub use journal::PostgresRunJournal;
pub use provider_arguments::PostgresProviderArgumentStore;
pub use tool_execution::PostgresToolExecutionStore;

Modules§

agent_pool
bundle
checkpoint
client
content
event_archive
journal
provider_arguments
tool_execution