SuperLocalMemory 4.0 is a local-first, governed memory runtime for AI agents with a verifiable transaction spine, cross-store erasure receipts, and measured control-plane overhead.
MemTxn: A Transaction Boundary for Source-Supported Updates and Complete-State Recovery in Agent Memory
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Persistent memory lets long-running large language model agents reuse information across sessions and tasks. Yet errors in writable memory can persist and corrupt future behavior. Existing systems improve storage and retrieval, but they do not provide a transaction boundary for reliable updates and recovery. We therefore propose MemTxn, a governance layer outside the answer model. MemTxn verifies whether an update is supported by its source. It also selects the visible version when facts conflict and restores the application-visible state after a fault. The system uses Ordered PatchTest to validate writes, a Temporal Resolver to select versions, and a durable snapshot journal to recover state. On an item-disjoint audit, MemTxn accepts all 60 supported originals and rejects all 179 hard negatives. Under persistent multi-key faults on LongMemEval-S and LoCoMo states, it restores the complete declared active map without knowing the actual physical write set. On MemoryAgentBench FactConsolidation, MemTxn achieves the highest average F1 across all twelve answer-model configurations. It outperforms Dense by 17.06--24.07 points in five representative settings.
citation-role summary
citation-polarity summary
fields
cs.AI 1years
2026 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
SuperLocalMemory 4.0: The Governed Memory Operating System for AI Agents
SuperLocalMemory 4.0 is a local-first, governed memory runtime for AI agents with a verifiable transaction spine, cross-store erasure receipts, and measured control-plane overhead.