MACRO-LLM: LLM-Empowered Multi-Agent Collaborative Reasoning under Spatiotemporal Partial Observability
Handi Chen, Running Zhao, Xiuzhe Wu, Edith C. H. Ngai
TL;DR
MACRO-LLM tackles coordination of distributed LLM agents under spatiotemporal partial observability by decomposing reasoning into three modules: CoProposer for rollout-verified proposals, Negotiator with mean-field aggregation for spatial alignment, and Introspector with semantic gradient descent for temporal adaptation. The framework enables decentralized, zero-shot coordination without central controllers, validated on Cooperative Adaptive Cruise Control and Pandemic Control tasks where it achieves superior coordination, scalability, and robustness across topologies and backbone models. Key innovations include rollout-based verification to navigate future uncertainty, mean-field statistical features for scalable neighborhood communication, and semantic-gradient-driven updates to adapt strategies over time. The results demonstrate practical impact for large-scale, real-world multi-agent systems requiring long-horizon planning under partial observability, with clear pathways for extension to additional domains and more efficient prompts or local model backends.
Abstract
Large Language Model (LLM) agents deployed in complex real-world scenarios typically operate as spatially distributed entities. However, this physical dispersion constrains agents to limited local perception and finite temporal horizons. We characterize this bottleneck as spatiotemporal partial observability. Given such fragmented awareness, distributed agents struggle to coordinate efficiently. To bridge this gap, we introduce MACRO-LLM, LLM-empowered multi-agent collaborative reasoning under spatiotemporal partial observability. The architecture addresses spatiotemporal constraints via three modules: (1) the CoProposer mitigates temporal uncertainty by verifying candidate actions via predictive rollouts; (2) the Negotiator overcomes spatial myopia by resolving conflicts through mean-field statistical aggregation; and (3) the Introspector ensures continuous adaptation by analyzing historical experience to refine strategies via semantic gradient descent. Extensive evaluations on two complex long-horizon tasks, cooperative adaptive cruise control and pandemic control, demonstrate that our framework effectively mitigates spatiotemporal partial observability through spatial and temporal strategies, enabling robust coordination.
