runifold-store-postgres 0.3.0

PostgreSQL conversation, semantic-memory, and distributed workflow store for Runifold
Documentation
1
2
3
4
5
6
7
//! Durable `PostgreSQL` storage adapters for Runifold.

mod conversation;
mod workflow;

pub use conversation::{PostgresConversationStore, PostgresConversationStoreError};
pub use workflow::{PostgresWorkflowStore, PostgresWorkflowStoreError};