paper-with-me

홈 › Papers

MemTX: Transactional Belief Commit for Stateful Agent Memory

2026-07-27 · Xiaoyang Li, Yiqi Wang, Haohui Lu, Zhi Chen, Mo Li, Pingan Song, Mingkai Zheng, Taotao Cai arxiv

LLM agents increasingly coordinate through persistent shared memory: one agent's write becomes another agent's premise, and eventually a tool call with real side effects. Current agent memory systems treat every accepted write as immediately actionable truth, so a polluted tool result, a stale update, or a teammate's half-finished note can silently drive an irreversible action. We argue that a memory write is not a belief commit. We present MemTX, a transactional belief-commit protocol. Each record carries evidence, permissions, provenance, and validity. Writes are staged inside snapshot-isolated transactions and admitted by a validate-and-commit pipeline, irreversible tool calls are gated on in-flight belief state, and retracting a belief triggers typed cascading repair of its derived records and tool side effects. Two invariants, action-safety gating and cascade-repair completeness, are machine-checked by property-based testing and bounded exhaustive enumeration of 5.5 million protocol states, with zero violations. Across five backbones from three model families, MemTX leads all eight baselines with paired-McNemar significance on four backbones and statistically ties the best baseline on the fifth and strongest, while remaining the only method with zero downstream harm on every backbone. Backbone capability does not substitute for commit discipline.

📄 PDF Abstract BibTeX arXiv:2607.23929

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MemTxn: A Transaction Boundary for Source-Supported Updates and Complete-State Recovery in Agent Memory

2026-07-30 · Hanshuai Cui, Zhiqing Tang, Zhi Yao, Fanshuai Meng 외 arxiv

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 ret…

Agents Don't Just Agree, They Remember: Benchmarking Persistent Sycophancy in Stateful Personal Agents

2026-07-12 · Xutao Mao, Liangjie Zhao, Leyao Wang, Rui Qian 외 arxiv

Stateful personal agents increasingly maintain long-term user profiles, episodic memories, and reusable skills. This persistence turns conversational sycophancy into a state-writing failure: accepted user-centric claims …

Intention as Commitment toward Time

2020-04-17 · Marc van Zee, Dragan Doder, Leendert van der Torre, Mehdi Dastani 외

In this paper we address the interplay among intention, time, and belief in dynamic environments. The first contribution is a logic for reasoning about intention, time and belief, in which assumptions of intentions are r…

Adversarial Intent is a Latent Variable: Stateful Trust Inference for Securing Multimodal Agentic RAG

2026-02-24 · Inderjeet Singh, Vikas Pahuja, Aishvariya Priya Rathina Sabapathy, Chiara Picardi 외 arxiv

Current stateless defences for multimodal agentic RAG fail to detect adversarial strategies that distribute malicious semantics across retrieval, planning, and generation components. We formulate this security challenge …

Credo: Declarative Control of LLM Pipelines via Beliefs and Policies

2026-04-15 · Duo Lu, Andrew Crotty, Uğur Çetintemel arxiv

Agentic AI systems are becoming commonplace in domains that require long-lived, stateful decision-making in continuously evolving conditions. As such, correctness depends not only on the output of individual model calls,…