runifold-store-postgres 0.2.0

PostgreSQL conversation, semantic-memory, and distributed workflow store for Runifold
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! `PostgreSQL` Task tombstone governance persistence.

mod approval;
mod hold_export;
mod purge;
mod support;

pub(super) use approval::{
    approve_claimed, approve_purge, claim_approval, list_approvals, reject_claimed,
};
pub(super) use hold_export::{confirm_export, place_hold, release_hold};
pub(super) use purge::{execute_purge, get_evidence, prepare_purge};