paper-with-me

홈 › Papers

PC-Agent: A Hierarchical Multi-Agent Collaboration Framework for Complex Task Automation on PC

2025-02-20 · Haowei Liu, Xi Zhang, Haiyang Xu, Yuyang Wanyan, Junyang Wang, Ming Yan, Ji Zhang, Chunfeng Yuan, Changsheng Xu, Weiming Hu, Fei Huang

In the field of MLLM-based GUI agents, compared to smartphones, the PC scenario not only features a more complex interactive environment, but also involves more intricate intra- and inter-app workflows. To address these issues, we propose a hierarchical agent framework named PC-Agent. Specifically, from the perception perspective, we devise an Active Perception Module (APM) to overcome the inadequate abilities of current MLLMs in perceiving screenshot content. From the decision-making perspective, to handle complex user instructions and interdependent subtasks more effectively, we propose a hierarchical multi-agent collaboration architecture that decomposes decision-making processes into Instruction-Subtask-Action levels. Within this architecture, three agents (i.e., Manager, Progress and Decision) are set up for instruction decomposition, progress tracking and step-by-step decision-making respectively. Additionally, a Reflection agent is adopted to enable timely bottom-up error feedback and adjustment. We also introduce a new benchmark PC-Eval with 25 real-world complex instructions. Empirical results on PC-Eval show that our PC-Agent achieves a 32% absolute improvement of task success rate over previous state-of-the-art methods. The code will be publicly available.

📄 PDF Abstract BibTeX arXiv:2502.14282

Code (2)

colonel-aureliano/excel-agent
x-plug/mobileagent pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

OrgAgent: Organize Your Multi-Agent System like a Company

2026-04-01 · Yiru Wang, Xinyue Shen, Yaohui Han, Michael Backes 외 arxiv

While large language model-based multi-agent systems have shown strong potential for complex reasoning, how to effectively organize multiple agents remains an open question. In this paper, we introduce OrgAgent, a compan…

StackPlanner: A Centralized Hierarchical Multi-Agent System with Task-Experience Memory Management

2026-01-09 · Ruizhe Zhang, Xinke Jiang, Zhibang Yang, Zhixin Zhang 외 arxiv

Multi-agent systems based on large language models, particularly centralized architectures, have recently shown strong potential for complex and knowledge-intensive tasks. However, central agents often suffer from unstab…

Reinforcement Learning

We Choose to Go to Space: Agent-driven Human and Multi-Robot Collaboration in Microgravity

2024-02-22 · Miao Xin, Zhongrui You, Zihan Zhang, Taoran Jiang 외

We present SpaceAgents-1, a system for learning human and multi-robot collaboration (HMRC) strategies under microgravity conditions. Future space exploration requires humans to work together with robots. However, acquiri…

Decision Making

Agents meet OKR: An Object and Key Results Driven Agent System with Hierarchical Self-Collaboration and Self-Evaluation

2023-11-28 · Yi Zheng, Chongyang Ma, Kanle Shi, Haibin Huang

In this study, we introduce the concept of OKR-Agent designed to enhance the capabilities of Large Language Models (LLMs) in task-solving. Our approach utilizes both self-collaboration and self-correction mechanism, faci…

MiTa: A Hierarchical Multi-Agent Collaboration Framework with Memory-integrated and Task Allocation

2026-01-30 · XiaoJie Zhang, JianHan Wu, Xiaoyang Qu, Jianzong Wang arxiv

Recent advances in large language models (LLMs) have substantially accelerated the development of embodied agents. LLM-based multi-agent systems mitigate the inefficiency of single agents in complex tasks. However, they …