ReDel: A Toolkit for LLM-Powered Recursive Multi-Agent Systems
Andrew Zhu, Liam Dugan, Chris Callison-Burch
Abstract
Recently, there has been increasing interest in using Large Language Models (LLMs) to construct complex multi-agent systems to perform tasks such as compiling literature reviews, drafting consumer reports, and planning vacations. Many tools and libraries exist for helping create such systems, however none support *recursive* multi-agent systems—where the models themselves flexibly decide when to delegate tasks and how to organize their delegation structure. In this work, we introduce ReDel: a toolkit for recursive multi-agent systems that supports custom tool-use, delegation schemes, event-based logging, and interactive replay in an easy-to-use web interface. We show that, using ReDel, we are able to achieve significant performance gains on agentic benchmarks and easily identify potential areas of improvements through the visualization and debugging tools. Our code, documentation, and PyPI package are open-source at https://github.com/zhudotexe/redel, and free to use under the MIT license.
BibTeX
@inproceedings{zhu-etal-2024-redel,
title = "{R}e{D}el: A Toolkit for {LLM}-Powered Recursive Multi-Agent Systems",
author = "Zhu, Andrew and
Dugan, Liam and
Callison-Burch, Chris",
editor = "Hernandez Farias, Delia Irazu and
Hope, Tom and
Li, Manling",
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = nov,
year = "2024",
address = "Miami, Florida, USA",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2024.emnlp-demo.17/",
doi = "10.18653/v1/2024.emnlp-demo.17",
pages = "162--171"
}