paper-with-me

Papers

Governed Memory: A Production Architecture for Multi-Agent Workflows

2026-03-18 · Hamed Taheri arxiv

Enterprise AI deploys dozens of autonomous agent nodes across workflows, each acting on the same entities with no shared memory and no common governance. We identify five structural challenges arising from this memory governance gap: memory silos across agent workflows; governance fragmentation across teams and tools; unstructured memories unusable by downstream systems; redundant context delivery in autonomous multi-step executions; and silent quality degradation without feedback loops. We present Governed Memory, a shared memory and governance layer addressing this gap through four mechanisms: a dual memory model combining open-set atomic facts with schema-enforced typed properties; tiered governance routing with progressive context delivery; reflection-bounded retrieval with entity-scoped isolation; and a closed-loop schema lifecycle with AI-assisted authoring and automated per-property refinement. We validate each mechanism through controlled experiments (N=250, five content types): 99.6% fact recall with complementary dual-modality coverage; 92% governance routing precision; 50% token reduction from progressive delivery; zero cross-entity leakage across 500 adversarial queries; 100% adversarial governance compliance; and output quality saturation at approximately seven governed memories per entity. On the LoCoMo benchmark, the architecture achieves 74.8% overall accuracy, confirming that governance and schema enforcement impose no retrieval quality penalty. The system is in production at Personize.ai.

📄 PDF Abstract BibTeX arXiv:2603.17787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Governed Shared Memory for Multi-Agent LLM Systems

2026-06-23 · Yanki Margalit, Nurit Cohen-Inger, Erni Avram, Ran Taig 외 arxiv

Multi-agent LLM environments require robust mechanisms for shared knowledge management. This paper formalizes the fleet-memory problem and identifies four foundational failure modes: unauthorized leakage, stale propagati…

Aethon: A Reference-Based Replication Primitive for Constant-Time Instantiation of Stateful AI Agents

2026-04-13 · Swanand Rao, Kiran Kashalkar, Parvathi Somashekar, Priya Krishnan arxiv

The transition from stateless model inference to stateful agentic execution is reshaping the systems assumptions underlying modern AI infrastructure. While large language models have made persistent, tool-using, and coll…

Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution

2026-07-09 · Ning Liu, Kalle Kujanpää, Zhaoxuan Zhu, P Aditya Sreekar 외 arxiv

Warehouse operations are governed by Standard Operating Procedures (SOPs) that encode complex, multi-system decision logic, which must be executed reliably under strict time constraints, yet LLM agents lack mechanisms to…

Governing Technical Debt in Agentic AI Systems

2026-05-27 · Muhammad Zia Hydari, Raja Iqbal, Narayan Ramasubbu arxiv

Agentic AI systems are increasingly being explored as production infrastructure: they reason over multiple steps, call tools, act through workflows, and adapt through memory and feedback. These systems create governance …

Governed Persistent Memory: Source-Bound State Semantics and Fail-Closed Release for Long-Horizon Agents

2026-08-12 · Guodong Xu arxiv

Long-term agent memory is usually treated as select--store--retrieve, but retrieval does not decide whether contradictory, superseded, retracted, deleted, or stale records may support an outgoing claim. We introduce Gove…