paper-with-me

홈 › Papers

Verify-Gated Completion as Admission Control in a Governed Multi-Agent Runtime: A Bounded Architecture Case Study

2026-05-18 · Hai-Duong Nguyen, Xuan-The Tran arxiv

As multi-agent systems move from short interactions to tool-using workflows with specialized roles and persistent state, completion becomes a runtime-control problem rather than a purely generative one. This preprint studies verify-gated completion as an admission-control pattern for governed multi-agent runtimes: agents may propose completion, but a read-only verifier decides whether the claim is admitted. Ambiguous or weakly evidenced cases resolve fail-closed, while packetized state and event traces preserve an audit path. We examine one bounded reference implementation and ask what the released evidence can support about auditable, verify-gated completion. In the released verify-completed slice, the known-outcome invoked-event verify success share was 1,791/1,800 = 99.5%. This is an accounting measure over invoked verification events, not a task-completion, production-reliability, or benchmark-success rate. Task-level verify coverage is not computable; 1,762/1,801 rows came from one high-volume reporting cluster; and only 17 events were production-classified. A shadow Policy/Governance Verifier evaluation showed 1,526/1,548 = 98.58% rule agreement, 0/1,526 false-success among safe-to-proceed predictions, and blocked precision of 2/518 = 0.39%, so it remains advisory. The evidence supports a narrow conclusion: under observed conditions, a read-only verify gate plus packetized admission records made completion decisions inspectable and fail-closed. Claims about deployed operation, safety guarantees, outcome gains, task-level coverage, recovery effectiveness, or external validity remain outside scope.

📄 PDF Abstract BibTeX arXiv:2605.17998

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Admission to Invariants: Measuring Deviation in Delegated Agent Systems

2026-04-19 · Marcelo Fernandez arxiv

Autonomous agent systems are governed by enforcement mechanisms that flag hard constraint violations at runtime. The Agent Control Protocol identifies a structural limit of such systems: a correctly-functioning enforceme…

ATM: CID-Brokered Pre-Write Admission for Multi-Agent Code Co-Synthesis

2026-06-29 · Eagl Huang arxiv

Multi-agent LLM systems can decompose software-engineering work into planning, generation, validation, and repair, but a narrower systems problem remains: before any governed shared mutation is applied, a system must dec…

Heaviside Continuity of Rolling Coefficients for Eliminating Epistemic Entropy in Large Language Models

2026-07-06 · MY Pitsane, Hope Mogale arxiv

Large language models (LLMs) generate fluent outputs that can be wrong. Unlike humans, who often exhibit cues when providing false information, LLMs produce errors that are difficult to detect because autoregressive deco…

Reinforcement Learning-based Admission Control in Delay-sensitive Service Systems

2020-08-21 · Majid Raeis, Ali Tizghadam, Alberto Leon-Garcia

Ensuring quality of service (QoS) guarantees in service systems is a challenging task, particularly when the system is composed of more fine-grained services, such as service function chains. An important QoS metric in s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Correct Is Not Governed: Provenance Integrity in Agentic Workflows

2026-08-13 · Jesus Salas arxiv

Agentic workflows are commonly evaluated by whether they reach the correct outcome. That is insufficient in institutional settings, where a correct action may rely on the wrong authority, an unsupported completion claim,…