paper-with-me

Papers

AgensFlow: A Coordination-Policy Substrate for Multi-Agent Systems

2026-05-26 · Nicole Koenigstein arxiv

Multi-agent systems built on large language models (LLMs) require many coordination choices that are difficult to fix a priori: which skill protocol to invoke, which agent role should perform a subtask, which model to bind to each role, how roles should interact, when to use retrieval or verification, and when to omit a step entirely. These choices interact with task regime and operational constraints, so static pipelines and one-off model comparisons provide only a limited view of the design space. This paper introduces AgensFlow, an open-source framework that treats multi-agent coordination as an online policy-learning problem under partial observability. The framework makes coordination decisions observable and learnable from repeated trajectories, rather than treating skill, role, model, topology, and evaluation choices as fixed pipeline design. AgensFlow is evaluated on two corpora: distributed-systems incident tasks and security-advisory tasks. The evaluation shows three main results: learned routing reaches a higher-quality operating point than a fixed pipeline baseline on coordination-heavy classes; skip:X isolates topology compression as a meaningful part of the substrate; and warm-started policy graphs can reduce exploration cost while preserving plateau quality. Overall, the results support that learned, auditable routing can improve coordination-heavy multi-agent workflows over static wiring.

📄 PDF Abstract BibTeX arXiv:2605.27466

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-X: A Scalable Negotiation-Oriented Exchange for Communication Among Personal LLM Agents

2026-05-12 · Giuliano Lorenzoni, Paulo Alencar, Donald Cowan arxiv

We propose a personal-LLM exchange (LLM-X), a scalable negotiation-oriented environment that enables direct, structured communication across populations of personal agents (LLMs), each representing an individual user. Un…

BARD-MARL: Byzantine-Agent Detection for Learned Communication in Multi-Agent Reinforcement Learning

2026-06-15 · Almond Kiruthu Murimi arxiv

Learned communication improves coordination in cooperative multi-agent reinforcement learning, but it also creates a trust problem: a trained policy may route information through agents that have become faulty or adversa…

Multi-agent Reinforcement Learning

Before the Pull Request: Mining Multi-Agent Coordination

2026-06-17 · Dipankar Sarkar arxiv

Autonomous coding agents now open millions of pull requests, yet large-scale studies find their PRs are produced faster but accepted less often - a coordination and trust gap that pull-request-level telemetry cannot expl…

The Orchestration of Multi-Agent Systems: Architectures, Protocols, and Enterprise Adoption

2026-01-20 · Apoorva Adimulam, Rajesh Gupta, Sumit Kumar arxiv

Orchestrated multi-agent systems represent the next stage in the evolution of artificial intelligence, where autonomous agents collaborate through structured coordination and communication to achieve complex, shared obje…

Towards Adaptive, Scalable, and Robust Coordination of LLM Agents: A Dynamic Ad-Hoc Networking Perspective

2026-02-08 · Rui Li, Zeyu Zhang, Xiaohe Bo, Quanyu Dai 외 arxiv

Multi-agent architectures built on large language models (LLMs) have demonstrated the potential to realize swarm intelligence through well-crafted collaboration. However, the substantial burden of manual orchestration in…