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
//! Concurrency primitives for mempill-core.
//!//! Provides the per-agent_id write lock that enforces single-writer-per-agent_id
//! at the async task layer within a single process.
#![allow(dead_code)]pub(crate)modagent_lock;