让智能体学会管预算,性能随算力提升更稳定。
Budget-Aware Tool Use Enables Effective Agent Scaling
- 引入预算追踪器,让智能体实时感知工具调用消耗
- 动态调整规划与验证策略,提升资源利用效率
- 首次系统研究预算约束下智能体的性能扩展规律
将测试时计算扩展至工具增强型智能体时,单纯增加工具调用预算无法持续提升性能,因智能体缺乏预算意识,迅速达到性能瓶颈。本文提出预算追踪器(Budget Tracker),一种轻量级插件,使智能体具备连续预算感知能力,实现简单有效的扩展。进一步提出BATS框架,利用预算意识动态调整规划与验证策略。为系统分析成本-性能关系,定义统一成本度量,同时考虑令牌与工具消耗。这是首个针对预算约束智能体的系统性研究,结果表明预算感知方法可获得更优的缩放曲线,并推动成本-性能帕累托前沿。研究为工具增强型智能体的可解释、可指导式扩展提供实证支持。代码已开源:https://github.com/google-research/budget-aware-agent。
原文摘要 · Abstract (English)
Scaling test-time computation has been extended from language model reasoning to tool-augmented agents, where scaling involves not only thinking in tokens but also acting via tool calls that directly constrain environmental interaction. However, we found that simply increasing the tool-call budget fails to improve performance, as agents lack "budget awareness" and quickly hit a performance ceiling. We study how to scale such agents effectively under explicit tool-call budgets, focusing on web search agents. We first introduce the Budget Tracker, a lightweight plug-in that provides the agent with continuous budget awareness, enabling simple yet effective scaling. We further develop BATS (Budget-Aware Test-time Scaling), an advanced framework that leverages this awareness to dynamically adapt its planning and verification strategy. To analyze cost-performance scaling in a controlled manner, we formalize a unified cost metric that jointly accounts for token and tool consumption. We provide the first systematic study on budget-constrained agents, showing that budget-aware methods produce more favorable scaling curves and push the cost-performance Pareto frontier. Our work offers empirical insights toward a more transparent and principled understanding of scaling in tool-augmented agents. Our code is available at https://github.com/google-research/budget-aware-agent.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。