paper-with-me

Papers

MPAC: A Multi-Principal Agent Coordination Protocol for Interoperable Multi-Agent Collaboration

2026-04-10 · Kaiyang Qian, Xinmin Fang, Zhengxiong Li arxiv

The AI agent ecosystem has converged on two protocols: the Model Context Protocol (MCP) for tool invocation and Agent-to-Agent (A2A) for single-principal task delegation. Both assume a single controlling principal, meaning one person or organization that owns every agent. When independent principals' agents must coordinate over shared state, such as engineers' coding agents editing the same repository, family members planning a shared trip, or agents from different organizations negotiating a joint decision, neither protocol applies, and coordination collapses to ad-hoc chat, manual merging, or silent overwrites. We present MPAC (Multi-Principal Agent Coordination Protocol), an application-layer protocol that fills this gap with explicit coordination semantics across five layers: Session, Intent, Operation, Conflict, and Governance. MPAC makes intent declaration a precondition for action, represents conflicts as first-class structured objects, and supports human-in-the-loop arbitration through a pluggable governance layer. The specification defines 21 message types, three state machines with normative transition tables, Lamport-clock causal watermarking, two execution models, three security profiles, and optimistic concurrency control on shared state. We release two interoperable reference implementations in Python and TypeScript with 223 tests, a JSON Schema suite, and seven live multi-agent demos. A controlled three-agent code review benchmark shows a 95 percent reduction in coordination overhead and a 4.8 times wall-clock speedup versus a serialized human-mediated baseline, with per-agent decision time preserved. The speedup comes from eliminating coordination waits, not compressing model calls. Specification, implementations, and demos are open source.

📄 PDF Abstract BibTeX arXiv:2604.09744

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-User Large Language Model Agents

2026-03-19 · Shu Yang, Shenzhe Zhu, Hao Zhu, José Ramón Enríquez 외 arxiv

Large language models (LLMs) and LLM-based agents are increasingly deployed as assistants in planning and decision making, yet most existing systems are implicitly optimized for a single-principal interaction paradigm, i…

Instruction FollowingDecision Making

Voting Protocols as Coordination Mechanisms for Role-Constrained Multi-Agent Tutoring Systems

2026-06-06 · Eric S. Qiu, Joyce Gill arxiv

Agentic tutoring systems introduce a coordination challenge: multiple agents may propose different but reasonable interventions, yet only one response can be delivered to the learner. In this paper, we study how voting p…

Communicating Plans, Not Percepts: Scalable Multi-Agent Coordination with Embodied World Models

2025-08-04 · Brennen A. Hill, Mant Koh En Wei, Thangavel Jishnuanandh arxiv

Robust coordination is critical for effective decision-making in multi-agent systems, especially under partial observability. A central question in Multi-Agent Reinforcement Learning (MARL) is whether to engineer communi…

Multi-agent Reinforcement Learning

Ripple Effect Protocol: Coordinating Agent Populations

2025-10-18 · Ayush Chopra, Aman Sharma, Feroz Ahmad, Luca Muscariello 외 arxiv

Modern AI agents can exchange messages using protocols such as A2A and ACP, yet these mechanisms emphasize communication over coordination. As agent populations grow, this limitation produces brittle collective behavior,…

Self-Evolving Coordination Protocol in Multi-Agent AI Systems: An Exploratory Systems Feasibility Study

2026-02-02 · Jose Manuel de la Chica Rodriguez, Juan Manuel Vera Díaz arxiv

Contemporary multi-agent systems increasingly rely on internal coordination mechanisms to combine, arbitrate, or constrain the outputs of heterogeneous components. In safety-critical and regulated domains such as finance…