多智能体系统中,智能体导向规划让任务分解更高效准确。
Agent-Oriented Planning in Multi-Agent Systems
- 基于可解性、完整性与无冗余设计原则,实现快速任务拆分与分配。
- 通过奖励模型评估结果,动态调整子任务并优化调度效率。
- 支持反馈闭环,提升复杂问题求解的鲁棒性,适合真实场景应用。
通过多个具备不同专长和工具的大型语言模型驱动智能体协作,多智能体系统在解决现实问题方面取得显著进展。面对用户查询,作为系统核心的元智能体需将查询分解为多个可分配给合适智能体执行的子任务,即智能体导向规划。本研究识别出智能体导向规划的三大关键设计原则:可解性、完整性与非冗余性,确保每个子任务能被有效解决,从而对用户查询给出满意响应。这些原则启发我们提出AOP框架,采用快速任务分解与分配流程,并通过奖励模型进行高效评估。根据评估结果,元智能体还需及时调整子任务与调度策略。此外,AOP引入反馈环路,进一步增强问题求解过程的有效性与鲁棒性。大量实验表明,AOP在解决真实世界问题方面优于单智能体系统及现有多智能体规划策略。
原文摘要 · Abstract (English)
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
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。