A Human-Computer Collaborative Tool for Training a Single Large Language Model Agent into a Network through Few Examples
Lihang Pan, Yuxuan Li, Chun Yu, Yuanchun Shi
TL;DR
This paper introduces EasyLAN, a human–computer collaborative tool that automatically evolves a single LLM agent into a network of agents (LAN) using a few training examples. The system decouples task knowledge (W-knowledge) across agents and enables human supervision to guide automated updates, yielding faster LAN construction and higher task performance. It formalizes an agent architecture with Input, Control, Execution, and Output modules, and delineates update strategies to address error causes while preserving prior training inputs. An empirical user study shows substantial reductions in interaction time and improvements in LAN effectiveness compared with a baseline, demonstrating the practical potential of computer-executed LAN updates under user supervision. The work highlights both the promise and current limits of LAN design, pointing to future directions in automatic data generation, recursion handling, and runtime monitoring to further enhance scalable multi-agent reasoning with LLMs.
Abstract
The capabilities of a single large language model (LLM) agent for solving a complex task are limited. Connecting multiple LLM agents to a network can effectively improve overall performance. However, building an LLM agent network (LAN) requires a substantial amount of time and effort. In this paper, we introduce EasyLAN, a human-computer collaborative tool that helps developers construct LANs. EasyLAN initially generates a LAN containing only one agent based on the description of the desired task. Subsequently, EasyLAN leverages a few training examples to update the LAN. For each example, EasyLAN models the gap between the output and the ground truth and identifies the causes of the errors. These errors are addressed through carefully designed strategies. Users can intervene in EasyLAN's workflow or directly modify the LAN. Eventually, the LAN evolves from a single agent to a network of LLM agents. The experimental results indicate that developers can rapidly construct LANs with good performance.
