paper-with-me

Papers

A Five-Plane Reference Architecture for Runtime Governance of Production AI Agents

2026-06-10 · Krti Tallam arxiv

Enterprise security was built to govern data boundaries: the protected surface was data at rest and in transit, and the controls -- access control, data-loss prevention, perimeter inspection -- governed crossings of that boundary. Production AI agents dissolve this assumption. An agent reads context, calls tools, invokes connectors, and modifies systems of record on an enterprise's behalf, so risk moves inside the workflow, into sequences of individually-permitted actions that may transform a business process no one authorized. Existing policy engines do not extend to this regime: they evaluate request-time decisions against atomic principals, where agentic systems require stateful evaluation against composite principals whose authority attenuates through delegation chains. We present a reference architecture for the runtime governance of production agents, built from four composable primitives: a five-plane decomposition (a reasoning plane that adjudicates intent, and four enforcement planes -- network, identity, endpoint, data -- that realize the decision), stop-anywhere mediation, composite principals with capability attenuation, and audit as a structured evidence substrate. We define a taxonomy of six interruption primitives that generalize allow and deny, state and argue for four correctness invariants, and demonstrate the foreclosure of seven production-agent threats across five concrete workflows. A reference implementation of the policy-engine core supplies measured evidence: attenuation correctness and evidence reconstructability hold on every trial, adjudication runs in single-digit microseconds, and the audit substrate's tamper-evidence behaves exactly as designed. We are explicit about scope: the architecture governs delegated action, not model behavior, and a full-system evaluation against a live agent benchmark is the invited next step.

📄 PDF Abstract BibTeX arXiv:2606.12320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proof-Carrying Agent Actions: Model-Agnostic Runtime Governance for Heterogeneous Agent Systems

2026-06-02 · Zexun Wang arxiv

Agent systems execute through runtimes with very different control points: local coding tools, framework SDKs, managed agent platforms, API gateways, and observer-only integrations. A high-risk action such as publishing …

The Agent Operating System (AOS): A Reference Operating Architecture for Distributed Agentic Systems

2026-08-04 · Ankur Sharma, Deep Shah arxiv

Large language models have transformed artificial intelligence from isolated prediction services into components of long-running, distributed systems that reason, invoke tools, retrieve external state, delegate tasks, an…

Certified Purity for Cognitive Workflow Executors: From Static Analysis to Cryptographic Attestation

2026-05-01 · Alan L. McCann arxiv

We present a certified purity architecture that converts governance enforcement in cognitive workflow systems from a runtime convention into a structural capability boundary. A prior three-layer governance architecture p…

Agentic AI Governance and Lifecycle Management in Healthcare

2026-01-22 · Chandra Prakash, Mary Lind, Avneesh Sisodia arxiv

Healthcare organizations are beginning to embed agentic AI into routine workflows, including clinical documentation support and early-warning monitoring. As these capabilities diffuse across departments and vendors, heal…

Governance-Aware Agent Telemetry for Closed-Loop Enforcement in Multi-Agent AI Systems

2026-04-06 · Anshul Pathak, Nishant Jain arxiv

Enterprise multi-agent AI systems produce thousands of inter-agent interactions per hour, yet existing observability tools capture these dependencies without enforcing anything. OpenTelemetry and Langfuse collect telemet…