AIMar 5, 2025

Parallelized Planning-Acting for Efficient LLM-based Multi-Agent Systems

arXiv:2503.03505v15 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the real-time adaptation challenge for LLM-based multi-agent systems in dynamic environments, representing an incremental improvement over existing frameworks.

The paper tackles the problem of serialized execution in LLM-based multi-agent systems, which limits real-time responsiveness in dynamic environments, by proposing a parallelized planning-acting framework with a dual-thread architecture and interruptible execution, achieving effectiveness demonstrated through experiments on Minecraft.

Recent advancements in Large Language Model(LLM)-based Multi-Agent Systems(MAS) have demonstrated remarkable potential for tackling complex decision-making tasks. However, existing frameworks inevitably rely on serialized execution paradigms, where agents must complete sequential LLM planning before taking action. This fundamental constraint severely limits real-time responsiveness and adaptation, which is crucial in dynamic environments with ever-changing scenarios. In this paper, we propose a novel parallelized planning-acting framework for LLM-based MAS, featuring a dual-thread architecture with interruptible execution to enable concurrent planning and acting. Specifically, our framework comprises two core threads:(1) a planning thread driven by a centralized memory system, maintaining synchronization of environmental states and agent communication to support dynamic decision-making; and (2) an acting thread equipped with a comprehensive skill library, enabling automated task execution through recursive decomposition. Extensive experiments on challenging Minecraft demonstrate the effectiveness of the proposed framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes