PLAIJun 11

XFlow: An Executable Protocol Programming System for Reliable Multi-Agent Workflows

arXiv:2606.1479014.6
Predicted impact top 9% in PL · last 90 daysOriginality Incremental advance
AI Analysis

For developers of LLM-based multi-agent systems, XFlow addresses the underspecified prompt-harness boundary to improve workflow reliability.

XFlow introduces an executable protocol programming system for multi-agent workflows that moves selected commitments from prompts to harness structure, improving reliability. Experiments show XFlow makes constraints and process requirements explicit and enforceable across tasks like constrained interaction and agentic software engineering.

LLM-based multi-agent systems increasingly coordinate planning, reasoning, tool use, and human interaction, yet their reliability remains limited. A central source of this limitation is the underspecified prompt--harness boundary. Current systems lack a principled way to decide which workflow commitments should remain in prompts and which should become harness structure. We present \textbf{XFlow}, an executable protocol programming system for reliable multi-agent workflows, and \textbf{XPF} (XFlow Protocol Format), its domain-specific protocol programming language. XFlow occupies a middle position between prompt-only orchestration and markup-like workflow descriptions. XPF remains readable as a literate protocol, but it is compiled and executed as a program. Its design keeps informal semantic work inside actors while moving selected commitments into harness structure that can be checked, preserved, and enforced. At runtime, XFlow stages uncertainty through lifecycle-governed symbols, which are typed state cells with validation and commit states. Actor outputs are mediated before they become shared state, instead of spreading through prompts, transcripts, or implicit memory. Our experiments cover Constrained Interaction, Long-Context Reasoning, and Agentic Software Engineering. They show that XFlow improves reliability by making constraints, evidence handling, and process requirements explicit and enforceable.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes