MASEval: Extending Multi-Agent Evaluation from Models to Systems

Abstract

The rapid adoption of LLM-based agentic systems has produced a rich ecosystem of frameworks (smolagents, LangGraph, AutoGen, CAMEL, LlamaIndex, i.a.). Yet existing benchmarks are model-centric: they fix the agentic setup and do not compare other system components. We argue that implementation decisions substantially impact performance, including choices such as topology, orchestration logic, and error handling. MASEval addresses this evaluation gap with a framework-agnostic library that treats the entire system as the unit of analysis. Through the first systematic system-level comparison across 3 benchmarks, 3 models, and 3 frameworks, we find that framework choice matters as much as model choice. MASEval allows researchers to explore all components of agentic systems, opening new avenues for principled system design, and practitioners to identify the best implementation for their use case. MASEval is available under the MIT licence at github.com/parameterlab/MASEval.

Publication
Preprint
Date


Installation

pip install maseval

Citation

If you use MASEval, kindly consider citing our paper:

@article{emde2026maseval,
    title = "{MASEval}: Extending Multi-Agent Evaluation from Models to Systems",
    author = "Emde, Cornelius and Rubinstein, Alexander and Goel, Anmol and Heakl, Ahmed and Yun, Sangdoo and Oh, Seong Joon and Gubri, Martin",
    year = "2026",
    journal = "arXiv preprint",
}