mempill-core 0.2.0

Core engine for mempill — a bi-temporal, append-only claim store with a deterministic adjudication gate and oracle resolution for temporally-correct AI-agent memory
Documentation
1
2
3
4
5
6
//! Re-exports all port traits for convenient import by engine modules and adapter crates.

pub use super::embedding::{EmbeddingPort, VectorPort};
pub use super::extractor::ExtractorPort;
pub use super::oracle::OraclePort;
pub use super::persistence::{PersistencePort, Txn};