paper-with-me

홈 › Papers

Agent-Oriented Planning in Multi-Agent Systems

2024-10-03 · Ao Li, Yuexiang Xie, Songze Li, Fugee Tsung, Bolin Ding, Yaliang Li

Through the collaboration of multiple LLM-empowered agents possessing diverse expertise and tools, multi-agent systems achieve impressive progress in solving real-world problems. Given the user queries, the meta-agents, serving as the brain within multi-agent systems, are required to decompose the queries into multiple sub-tasks that can be allocated to suitable agents capable of solving them, so-called agent-oriented planning. In this study, we identify three critical design principles of agent-oriented planning, including solvability, completeness, and non-redundancy, to ensure that each sub-task can be effectively resolved, resulting in satisfactory responses to user queries. These principles further inspire us to propose AOP, a novel framework for agent-oriented planning in multi-agent systems, leveraging a fast task decomposition and allocation process followed by an effective and efficient evaluation via a reward model. According to the evaluation results, the meta-agent is also responsible for promptly making necessary adjustments to sub-tasks and scheduling. Besides, we integrate a feedback loop into AOP to further enhance the effectiveness and robustness of such a problem-solving process. Extensive experiments demonstrate the advancement of AOP in solving real-world problems compared to both single-agent systems and existing planning strategies for multi-agent systems. The source code is available at https://github.com/lalaliat/Agent-Oriented-Planning

📄 PDF Abstract BibTeX arXiv:2410.02189

Code (2)

lalaliat/agent-oriented-planning 공식 구현 pytorch
phunterlau/paper_without_code/tree/main/examples/agent-oriented-planning pytorch

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Planning for Goal-Oriented Dialogue Systems

2019-10-17 · Christian Muise, Tathagata Chakraborti, Shubham Agarwal, Ondrej Bajgar 외

Generating complex multi-turn goal-oriented dialogue agents is a difficult problem that has seen a considerable focus from many leaders in the tech industry, including IBM, Google, Amazon, and Microsoft. This is in large…

Goal-Oriented Dialogue Systemsslot-fillingSlot Filling

AstroReason-Bench: Evaluating Unified Agentic Planning across Heterogeneous Space Planning Problems

2026-01-16 · Weiyi Wang, Xinchi Chen, Jingjing Gong, Xuanjing Huang 외 arxiv

Recent advances in agentic Large Language Models (LLMs) have positioned them as generalist planners capable of reasoning and acting across diverse tasks. However, existing agent benchmarks largely focus on symbolic or we…

Agentic AI for Trip Planning Optimization Application

2026-04-30 · Tiejin Chen, Ahmadreza Moradipari, Kyungtae Han, Hua Wei 외 arxiv

Trip planning for intelligent vehicles increasingly requires selecting optimal routes rather than merely producing feasible itineraries, as interacting factors such as travel time, energy consumption, and traffic conditi…

Best-First Width Search for Multi Agent Privacy-preserving Planning

2019-06-10 · Alfonso E. Gerevini, Nir Lipovetzky, Francesco Percassi, Alessandro Saetti 외

In multi-agent planning, preserving the agents' privacy has become an increasingly popular research topic. For preserving the agents' privacy, agents jointly compute a plan that achieves mutual goals by keeping certain i…

Privacy Preserving

VRKitchen: an Interactive 3D Virtual Environment for Task-oriented Learning

2019-03-13 · Xiaofeng Gao, Ran Gong, Tianmin Shu, Xu Xie 외

One of the main challenges of advancing task-oriented learning such as visual task planning and reinforcement learning is the lack of realistic and standardized environments for training and testing AI agents. Previously…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Task Planning