paper-with-me

Papers

MAESTRO: Multi-Agent Evaluation Suite for Testing, Reliability, and Observability

2026-01-01 · Tie Ma, Yixi Chen, Vaastav Anand, Alessandro Cornacchia, Amândio R. Faustino, Guanheng Liu, Shan Zhang, Hongbin Luo, Suhaib A. Fahmy, Zafar A. Qazi, Marco Canini arxiv

We present MAESTRO, an evaluation suite for the testing, reliability, and observability of LLM-based MAS. MAESTRO standardizes MAS configuration and execution through a unified interface, supports integrating both native and third-party MAS via a repository of examples and lightweight adapters, and exports framework-agnostic execution traces together with system-level signals (e.g., latency, cost, and failures). We instantiate MAESTRO with 12 representative MAS spanning popular agentic frameworks and interaction patterns, and conduct controlled experiments across repeated runs, backend models, and tool configurations. Our case studies show that MAS executions can be structurally stable yet temporally variable, leading to substantial run-to-run variance in performance and reliability. We further find that MAS architecture is the dominant driver of resource profiles, reproducibility, and cost-latency-accuracy trade-off, often outweighing changes in backend models or tool settings. Overall, MAESTRO enables systematic evaluation and provides empirical guidance for designing and optimizing agentic systems.

📄 PDF Abstract BibTeX arXiv:2601.00481

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MaestroMotif: Skill Design from Artificial Intelligence Feedback

2024-12-11 · Martin Klissarov, Mikael Henaff, Roberta Raileanu, Shagun Sodhani 외

Describing skills in natural language has the potential to provide an accessible way to inject human knowledge about decision-making into an AI system. We present MaestroMotif, a method for AI-assisted skill design, whic…

Code GenerationDecision MakingNetHack

MAESTRO: Open-Ended Environment Design for Multi-Agent Reinforcement Learning

2023-03-06 · Mikayel Samvelyan, Akbir Khan, Michael Dennis, Minqi Jiang 외

Open-ended learning methods that automatically generate a curriculum of increasingly challenging tasks serve as a promising avenue toward generally capable reinforcement learning agents. Existing methods adapt curricula …

continuous-controlContinuous ControlMulti-agent Reinforcement Learningreinforcement-learning+2

Maestro: Joint Graph & Config Optimization for Reliable AI Agents

2025-09-04 · Wenxiao Wang, Priyatham Kattakinda, Soheil Feizi arxiv

Building reliable LLM agents requires decisions at two levels: the graph (which modules exist and how information flows) and the configuration of each node (models, prompts, tools, control knobs). Most existing optimizer…

Maestro: Reinforcement Learning to Orchestrate Hierarchical Model-Skill Ensembles

2026-05-21 · Jinyang Wu, Guocheng Zhai, Ruihan Jin, Yuhao Shen 외 arxiv

The proliferation of large language models (LLMs) and modular skills has endowed autonomous agents with increasingly powerful capabilities. Existing frameworks typically rely on monolithic LLMs and fixed logic to interfa…

Computational EfficiencyReinforcement LearningMathematical Reasoning

Maestro: Learning to Collaborate via Conditional Listwise Policy Optimization for Multi-Agent LLMs

2025-11-08 · Wei Yang, Jiacheng Pang, Shixuan Li, Paul Bogdan 외 arxiv

Multi-agent systems (MAS) built on Large Language Models (LLMs) are being used to approach complex problems and can surpass single model inference. However, their success hinges on navigating a fundamental cognitive tens…

Reinforcement LearningMathematical Reasoning