Pith. sign in

REVIEW 2 cited by

ReDel: A Toolkit for LLM-Powered Recursive Multi-Agent Systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.02248 v2 pith:7PO4QRYQ submitted 2024-08-05 cs.CL cs.MAcs.SE

ReDel: A Toolkit for LLM-Powered Recursive Multi-Agent Systems

classification cs.CL cs.MAcs.SE
keywords systemsmulti-agentredelrecursivedelegationmodelstaskstoolkit
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original 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 easily identify potential areas of improvements through the visualization and debugging tools. Our code, documentation, and PyPI package are open-source and free to use under the MIT license at https://github.com/zhudotexe/redel.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Bootstrapping Semantic Layer from Execution for Text-to-SQL

    cs.CL 2026-06 unverdicted novelty 6.0

    GATE bootstraps missing semantic groundings for text-to-SQL by testing open hypotheses through partial execution and storing the supported ones as reusable memory entries.

  2. Code Broker: A Multi-Agent System for Automated Code Quality Assessment

    cs.SE 2026-04 unverdicted novelty 3.0

    Code Broker deploys a five-agent hierarchy that combines LLM semantic analysis with static linting to generate actionable Python code quality reports.