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
//! Re-exports all port traits for convenient import by engine modules and adapter crates.
pubusesuper::embedding::{EmbeddingPort, VectorPort};pubusesuper::extractor::ExtractorPort;pubusesuper::oracle::OraclePort;pubusesuper::persistence::{PersistencePort, Txn};