Budget-Constrained Agentic Large Language Models: Intention-Based Planning for Costly Tool Use
Hanbing Liu, Chunhao Tian, Nan An, Ziyuan Wang, Pinyan Lu, Changyuan Yu, Qi Qi
TL;DR
This work addresses budget-constrained tool use by modeling it as a sequential decision problem for agentic LLMs and introducing INTENT, an intention-based inference-time planning framework. INTENT combines a lightweight language world model with an ideal-trajectory simulation and a risk-calibrated cost estimator to enforce hard budget constraints without retraining or environment interaction. Empirical evaluation on StableToolBench shows INTENT delivers higher budget-feasible task success than soft-prompt baselines and hard-enforcement methods, with robust performance under dynamic tool prices and tool availability. The results demonstrate that intention-level planning can reconcile strong agentic capabilities with realistic monetary constraints, enabling scalable, budget-aware tool use in non-stationary marketplaces.
Abstract
We study budget-constrained tool-augmented agents, where a large language model must solve multi-step tasks by invoking external tools under a strict monetary budget. We formalize this setting as sequential decision making in context space with priced and stochastic tool executions, making direct planning intractable due to massive state-action spaces, high variance of outcomes and prohibitive exploration cost. To address these challenges, we propose INTENT, an inference-time planning framework that leverages an intention-aware hierarchical world model to anticipate future tool usage, risk-calibrated cost, and guide decisions online. Across cost-augmented StableToolBench, INTENT strictly enforces hard budget feasibility while substantially improving task success over baselines, and remains robust under dynamic market shifts such as tool price changes and varying budgets.
