ManiAgent: An Agentic Framework for General Robotic Manipulation
Yi Yang, Kefan Gu, Yuqing Wen, Hebei Li, Yucheng Zhao, Tiancai Wang, Xudong Liu
TL;DR
ManiAgent introduces a training-free, agentic framework for general robotic manipulation that decomposes tasks into perception, reasoning, and control via specialized agents, enabling end-to-end executable action generation from task descriptions and environmental inputs. A scene-perception module using a Vision-Language Model, a reasoning-and-planning module using an LLM, and an object-perception module with open-vocabulary detection collaborate to produce action sequences, with a caching mechanism to accelerate repeated subtasks. Empirical results show ManiAgent achieves 86.8% average success in SimplerEnv simulations and up to 95.8% average success in real-world tasks with strong VLMs, while also serving as an automated data-collection tool to train VLA systems with performance comparable to human-annotated data. The framework reduces data requirements, improves generalization for long-horizon manipulation, and offers a flexible, end-to-end approach that can extend to automated data generation and broader robotic platforms.
Abstract
While Vision-Language-Action (VLA) models have demonstrated impressive capabilities in robotic manipulation, their performance in complex reasoning and long-horizon task planning is limited by data scarcity and model capacity. To address this, we introduce ManiAgent, an agentic architecture for general manipulation tasks that achieves end-to-end output from task descriptions and environmental inputs to robotic manipulation actions. In this framework, multiple agents involve inter-agent communication to perform environmental perception, sub-task decomposition and action generation, enabling efficient handling of complex manipulation scenarios. Evaluations show ManiAgent achieves an 86.8% success rate on the SimplerEnv benchmark and 95.8% on real-world pick-and-place tasks, enabling efficient data collection that yields VLA models with performance comparable to those trained on human-annotated datasets. The project webpage is available at https://yi-yang929.github.io/ManiAgent/.
