paper-with-me

Papers

Provable Coordination for LLM Agents via Message Sequence Charts

2026-04-19 · Benedikt Bollig, Matthias Függer, Thomas Nowak arxiv

Multi-agent systems built on large language models (LLMs) are difficult to reason about. Coordination errors such as deadlocks or type-mismatched messages are often hard to detect through testing. We introduce a domain-specific language for specifying agent coordination based on message sequence charts (MSCs). The language separates message-passing structure from LLM calls, tool calls, and human control points, whose outcomes remain unpredictable. We define the syntax and semantics of the language and present a syntax-directed projection that generates deadlock-free local agent programs from global coordination specifications. We illustrate the approach with a diagnosis consensus protocol and show how coordination properties can be established independently of LLM nondeterminism. We also describe a runtime planning extension in which an LLM dynamically generates a coordination workflow for which the same structural guarantees apply. An open-source Python implementation of our framework is available as ZipperGen.

📄 PDF Abstract BibTeX arXiv:2604.17612

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Agents Coordinate: Measuring Coordination in Multi-Agent AI Coding

2026-08-17 · Giuseppe Destefanis, Tomaso Aste arxiv

We study how teams of AI coding agents coordinate while solving programming tasks. Current evaluations usually report whether the agents complete the task and how much the run costs, leaving the coordination inside the t…

Hierarchical Message-Passing Policies for Multi-Agent Reinforcement Learning

2025-07-31 · Tommaso Marzi, Cesare Alippi, Andrea Cini arxiv

Decentralized Multi-Agent Reinforcement Learning (MARL) methods allow for learning scalable multi-agent policies, but suffer from partial observability and induced non-stationarity. These challenges can be addressed by i…

Hierarchical Reinforcement LearningMulti-agent Reinforcement Learning

Extracting Message Sequence Charts from Hindi Narrative Text

2020-07-01 · WS 2020 7 · Swapnil Hingmire, Nitin Ramrakhiyani, Avinash Kumar Singh, Sangameshwar Patil 외

In this paper, we propose the use of Message Sequence Charts (MSC) as a representation for visualizing narrative text in Hindi. An MSC is a formal representation allowing the depiction of actors and interactions among th…

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,…

Decentralized Collective World Model for Emergent Communication and Coordination

2025-04-04 · Kentaro Nomura, Tatsuya Aoki, Tadahiro Taniguchi, Takato Horii

We propose a fully decentralized multi-agent world model that enables both symbol emergence for communication and coordinated behavior through temporal extension of collective predictive coding. Unlike previous research …

Contrastive Learning