cd /news/artificial-intelligence/what-should-agents-say-action-state-… Ā· home › topics › artificial-intelligence › article
[ARTICLE Ā· art-23119] src=arxiv.org pub= topic=artificial-intelligence verified=true sentiment=↑ positive

What Should Agents Say? Action-state Communication for Efficient Multi-Agent Systems

Researchers at iNLP-Lab have developed PACT (Protocolized Action-state Communication and Transmission), a new inter-agent communication strategy for large language model-based multi-agent systems that converts raw agent outputs into compact action-state records. Testing across multiple system topologies showed PACT consistently improved the performance-cost trade-off, achieving comparable or stronger task results with substantially fewer tokens. In production coding tests, PACT boosted OpenHands' resolve rate while reducing tokens per resolved issue by 10%, and halved input tokens for SWE-agent without affecting resolution performance.

read1 min publishedJun 6, 2026

arXiv:2606.05304v1 Announce Type: new Abstract: Multi-agent systems (MAS) built on large language models are typically organized around roles, pipelines, and turn schedules, while the content that agents pass to one another is often left as unconstrained natural language. However, this free-form communication can rapidly inflate token usage, consume the shared context window, and ultimately affect both system performance and inference cost. We analyze five common inter-agent communication strategies across two MAS topologies, finding that no fixed strategy is universally optimal. Instead, effective inter-agent messages consistently preserve action-centered information needed by downstream agents. Building on this, we propose the PACT (Protocolized Action-state Communication and Transmission), which treats inter-agent communication as a public state-update problem and projects each raw agent output into a compact action-state record before it enters shared history. Across different MAS topologies, PACT consistently improves the performance-cost trade-off, achieving comparable or stronger task performance with substantially fewer tokens. The gains extend to production coding harnesses: PACT lifts OpenHands' resolve rate at -10% tokens-per-resolved, and is resolve-neutral on SWE-agent while halving input tokens. Our code is publicly available at https://github.com/iNLP-Lab/PACT.

── more in #artificial-intelligence 4 stories Ā· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host āœ“
Get free account → Pricing
from €0/mo Ā· no card required
LIVE [news/what-should-agents-s…] indexed:0 read:1min 2026-06-06 Ā· —