菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-18
📄 Abstract - Governed Memory: A Production Architecture for Multi-Agent Workflows

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 this http URL.

顶级标签: multi-agents systems agents
详细标签: shared memory governance layer enterprise ai workflow orchestration entity memory 或 搜索:

受治理的记忆:一种面向多智能体工作流的生产架构 / Governed Memory: A Production Architecture for Multi-Agent Workflows


1️⃣ 一句话总结

这篇论文提出了一种名为‘受治理的记忆’的共享记忆与治理层,旨在解决企业多智能体工作流中因缺乏统一记忆和治理而产生的五大问题,通过四项核心机制实现了高效、安全且可控的跨智能体信息共享与协作。

源自 arXiv: 2603.17787