AgentQuest: A Modular Benchmark Framework to Measure Progress and Improve LLM Agents
Luca Gioacchini, Giuseppe Siracusano, Davide Sanvito, Kiril Gashteovski, David Friede, Roberto Bifulco, Carolin Lawrence
TL;DR
AgentQuest tackles the challenge of evaluating LLM-driven agents by introducing a modular benchmark framework with a unified driver interface and two novel metrics: progress rate and repetition rate. These metrics enable fine-grained tracking of agent advancement and action similarity, facilitating debugging and architectural improvements across diverse tasks. The framework is demonstrated on four benchmarks, including two newly added ones (Mastermind and Sudoku), and shows how metric-driven insights can guide enhancements such as memory integration to boost success rates. By making AgentQuest open-source, the authors promote extensible benchmarking, cross-benchmark comparability, and iterative improvements in generative agent architectures with practical, actionable diagnostics.
Abstract
The advances made by Large Language Models (LLMs) have led to the pursuit of LLM agents that can solve intricate, multi-step reasoning tasks. As with any research pursuit, benchmarking and evaluation are key corner stones to efficient and reliable progress. However, existing benchmarks are often narrow and simply compute overall task success. To face these issues, we propose AgentQuest -- a framework where (i) both benchmarks and metrics are modular and easily extensible through well documented and easy-to-use APIs; (ii) we offer two new evaluation metrics that can reliably track LLM agent progress while solving a task. We exemplify the utility of the metrics on two use cases wherein we identify common failure points and refine the agent architecture to obtain a significant performance increase. Together with the research community, we hope to extend AgentQuest further and therefore we make it available under https://github.com/nec-research/agentquest.
