Harnessing Language for Coordination: A Framework and Benchmark for LLM-Driven Multi-Agent Control
Timothée Anne, Noah Syrkis, Meriem Elhosni, Florian Turati, Franck Legendre, Alain Jaquier, Sebastian Risi
TL;DR
This work addresses how large language models can coordinate thousands of agents in real-time by introducing HIVE, a hybrid system that converts human strategic input into LLM-generated plans and then assigns behavior trees to units for execution in a real-time RTS benchmark. The framework combines a two-phase interaction—dialogue-driven planning and plan-based execution—with a structured plan format and a BT-based control layer, enabling scalable multi-agent coordination. Through a dedicated benchmark with five ability tests and evaluations of nine LLMs, the authors show that generalist LLMs can achieve complex coordination when aided by human input, but face limitations in spatial reasoning, long-horizon planning, and input sensitivity; textual map descriptions tend to outperform image-based inputs in current settings. The findings highlight the potential of hybrid human-LLM collaboration for multi-agent coordination while identifying practical hurdles and avenues for improvement, including multimodal map understanding and scalable, real-time inference.
Abstract
Large Language Models (LLMs) have demonstrated remarkable performance across various tasks. Their potential to facilitate human coordination with many agents is a promising but largely under-explored area. Such capabilities would be helpful in disaster response, urban planning, and real-time strategy scenarios. In this work, we introduce (1) a real-time strategy game benchmark designed to evaluate these abilities and (2) a novel framework we term HIVE. HIVE empowers a single human to coordinate swarms of up to 2,000 agents through a natural language dialog with an LLM. We present promising results on this multi-agent benchmark, with our hybrid approach solving tasks such as coordinating agent movements, exploiting unit weaknesses, leveraging human annotations, and understanding terrain and strategic points. Our findings also highlight critical limitations of current models, including difficulties in processing spatial visual information and challenges in formulating long-term strategic plans. This work sheds light on the potential and limitations of LLMs in human-swarm coordination, paving the way for future research in this area. The HIVE project page, hive.syrkis.com, includes videos of the system in action.
