ProgRouter: Online Progress-Guided Orchestration for Multi-Agent LLM Workflows under Quality-Cost Tradeoffs

📅 2026-08-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决多代理LLM工作流中的成本和质量权衡问题,提出ProgRouter框架,通过在线进度引导选择LLM代理,平衡任务进展、时间和成本。
📝 Abstract
Multi-agent large language model (LLM) workflows have emerged as a powerful paradigm for solving complex, open-ended tasks through collaborative reasoning among specialized LLM agents, but they incur substantial operating costs due to repeated LLM invocations and long-horizon context accumulation. Existing cascade routing methods make one-shot, query-level decisions and cannot adapt to the dynamic, state-dependent nature of multi-step workflows, in which the right LLM at each step depends on evolving task progress, remaining task difficulty, and cost-efficiency requirements. We present ProgRouter, an online progress-guided routing framework that adaptively selects LLM agents across workflow steps to preserve task-solving quality while adhering to time and cost budgets. ProgRouter introduces a multi-view task progress scorer that combines coarse workflow outcome regimes with fine-grained signals on subtask completion, progress trends, and workflow state quality. Then, a dual-path task progress predictor and an adaptive meta-gating mechanism estimate the progress gain for each candidate routed LLM. ProgRouter makes online step-wise routing decisions that balance progress gain, task time budgets, and long-term operating cost efficiency. Experiments on HumanEval Plus, MBPP, MATH-500, and ASQA, spanning agentic code generation, mathematical reasoning, and retrieval-augmented long-form question answering, demonstrate that ProgRouter reduces the operating cost relative to key baselines while maintaining strong task-solving performance.
Problem

Research questions and friction points this paper is trying to address.

multi-agent LLM workflows
operating costs
dynamic state-dependent nature
task progress
cost-efficiency requirements
Innovation

Methods, ideas, or system contributions that make the work stand out.

Online Progress-Guided Routing
Multi-Agent LLM Workflows
Quality-Cost Tradeoffs
Task Progress Scorer
Adaptive Meta-Gating
💼 Related Jobs
No related jobs found.
S
Songyuan Li
Aston University, UK
A
Ahmed M. Abdelmoniem
Queen Mary University of London, UK
Shiqiang Wang
Shiqiang Wang
IBM T. J. Watson Research Center
Agentic AICollaborative & Federated AILLMsMachine LearningOptimization Algorithms