FlowReasoner: Reinforcing Query-Level Meta-Agents
Hongcheng Gao, Yue Liu, Yufei He, Longxu Dou, Chao Du, Zhijie Deng, Bryan Hooi, Min Lin, Tianyu Pang
TL;DR
FlowReasoner introduces a query-level meta-agent that designs a per-query multi-agent system by learning to reason from external execution feedback. The approach combines a reasoning-based warmup via supervised fine-tuning with reinforcement learning using GRPO to optimize workflows for each user query, guided by a multi-objective reward. Experiments on BigCodeBench, HumanEval, and MBPP show FlowReasoner-14B consistently outperforms task-level baselines and handcrafted workflows, achieving about a 10.5-point advantage over o1-mini and a 5-point gain over MaAS. The work demonstrates strong generalization across worker models and releases code for public use, highlighting a scalable path to automatic, per-query MAS design.
Abstract
This paper proposes a query-level meta-agent named FlowReasoner to automate the design of query-level multi-agent systems, i.e., one system per user query. Our core idea is to incentivize a reasoning-based meta-agent via external execution feedback. Concretely, by distilling DeepSeek R1, we first endow the basic reasoning ability regarding the generation of multi-agent systems to FlowReasoner. Then, we further enhance it via reinforcement learning (RL) with external execution feedback. A multi-purpose reward is designed to guide the RL training from aspects of performance, complexity, and efficiency. In this manner, FlowReasoner is enabled to generate a personalized multi-agent system for each user query via deliberative reasoning. Experiments on both engineering and competition code benchmarks demonstrate the superiority of FlowReasoner. Remarkably, it surpasses o1-mini by 10.52% accuracy across three benchmarks. The code is available at https://github.com/sail-sg/FlowReasoner.
