paper-with-me

Papers

Multi-Agent Design: Optimizing Agents with Better Prompts and Topologies

2025-02-04 · Han Zhou, Xingchen Wan, Ruoxi Sun, Hamid Palangi, Shariq Iqbal, Ivan Vulić, Anna Korhonen, Sercan Ö. Arik

Large language models, employed as multiple agents that interact and collaborate with each other, have excelled at solving complex tasks. The agents are programmed with prompts that declare their functionality, along with the topologies that orchestrate interactions across agents. Designing prompts and topologies for multi-agent systems (MAS) is inherently complex. To automate the entire design process, we first conduct an in-depth analysis of the design space aiming to understand the factors behind building effective MAS. We reveal that prompts together with topologies play critical roles in enabling more effective MAS design. Based on the insights, we propose Multi-Agent System Search (MASS), a MAS optimization framework that efficiently exploits the complex MAS design space by interleaving its optimization stages, from local to global, from prompts to topologies, over three stages: 1) block-level (local) prompt optimization; 2) workflow topology optimization; 3) workflow-level (global) prompt optimization, where each stage is conditioned on the iteratively optimized prompts/topologies from former stages. We show that MASS-optimized multi-agent systems outperform a spectrum of existing alternatives by a substantial margin. Based on the MASS-found systems, we finally propose design principles behind building effective multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2502.02533

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Attention Actor-Critic algorithm for Multi-Agent Constrained Co-operative Reinforcement Learning

2021-01-07 · P. Parnika, Raghuram Bharadwaj Diddigi, Sai Koti Reddy Danda, Shalabh Bhatnagar

In this work, we consider the problem of computing optimal actions for Reinforcement Learning (RL) agents in a co-operative setting, where the objective is to optimize a common goal. However, in many real-life applicatio…

reinforcement-learningReinforcement Learning (RL)

Design and Optimization of Reinforcement Learning-Based Agents in Text-Based Games

2025-09-03 · Haonan Wang, Mingjia Zhao, Junfeng Sun, Wei Liu arxiv

As AI technology advances, research in playing text-based games with agents has becomeprogressively popular. In this paper, a novel approach to agent design and agent learning ispresented with the context of reinforcemen…

Reinforcement Learning

Human-AI Learning Performance in Multi-Armed Bandits

2018-12-21 · Ravi Pandya, Sandy H. Huang, Dylan Hadfield-Menell, Anca D. Dragan

People frequently face challenging decision-making problems in which outcomes are uncertain or unknown. Artificial intelligence (AI) algorithms exist that can outperform humans at learning such tasks. Thus, there is an o…

Decision MakingMulti-Armed Bandits

Optimizing Agent Collaboration through Heuristic Multi-Agent Planning

2023-01-03 · Nitsan Soffair

The SOTA algorithms for addressing QDec-POMDP issues, QDec-FP and QDec-FPS, are unable to effectively tackle problems that involve different types of sensing agents. We propose a new algorithm that addresses this issue b…

NegotiationGym: Self-Optimizing Agents in a Multi-Agent Social Simulation Environment

2025-10-05 · Shashank Mangla, Chris Hokamp, Jack Boylan, Demian Gholipour Ghalandari 외 arxiv

We design and implement NegotiationGym, an API and user interface for configuring and running multi-agent social simulations focused upon negotiation and cooperation. The NegotiationGym codebase offers a user-friendly, c…