AutoTool: Efficient Tool Selection for Large Language Model Agents
Jingyi Jia, Qinbin Li

TL;DR
AutoTool introduces a graph-based framework that leverages historical tool usage patterns to significantly reduce inference costs in LLM agents while maintaining high task performance.
Contribution
It presents a novel method that models tool usage inertia with a graph to minimize LLM inference in tool selection, improving efficiency.
Findings
Reduces inference costs by up to 30%.
Maintains competitive task completion rates.
Effective across diverse agent tasks.
Abstract
Large Language Model (LLM) agents have emerged as powerful tools for automating complex tasks by leveraging the reasoning and decision-making abilities of LLMs. However, a major bottleneck in current agent frameworks lies in the high inference cost of tool selection, especially in approaches like ReAct that repeatedly invoke the LLM to determine which tool to use at each step. In this work, we propose AutoTool, a novel graph-based framework that bypasses repeated LLM inference by exploiting a key empirical observation: tool usage inertia - the tendency of tool invocations to follow predictable sequential patterns. AutoTool constructs a directed graph from historical agent trajectories, where nodes represent tools and edges capture transition probabilities, effectively modeling the inertia in tool selection. It further integrates parameter-level information to refine tool input…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsArtificial Intelligence in Healthcare and Education · Topic Modeling · Computational and Text Analysis Methods
