English

OctoTools: An Agentic Framework with Extensible Tools for Complex Reasoning

Machine Learning 2026-04-15 v2 Computation and Language Computer Vision and Pattern Recognition Multiagent Systems

Abstract

Solving complex reasoning tasks may involve visual understanding, domain knowledge retrieval, numerical calculation, and multi-step reasoning. Existing methods augment large language models (LLMs) with external tools but are restricted to specialized domains, limited tool types, or require additional training data. In this paper, we introduce OctoTools, a training-free, user-friendly, and easily extensible multi-agent framework designed to tackle complex reasoning across diverse domains. OctoTools introduces standardized tool cards to encapsulate tool functionality, a planner for both high-level and low-level planning, and an executor to carry out tool usage. We validate OctoTools' generality across 16 diverse tasks (including MathVista, MMLU-Pro, MedQA, and GAIA-Text), achieving substantial average accuracy gains of 9.3% over GPT-4o. Furthermore, OctoTools also outperforms AutoGen, GPT-Functions, and LangChain by up to 10.6% when given the same set of tools. Through comprehensive analysi, ablations, and robustness tests with compact backbones and noisy tool environments, OctoTools demonstrates advantages in task planning, effective tool usage, and multi-step problem solving. Code, demos, and visualization are publicly available at https://octotools.github.io/.

Keywords

Cite

@article{arxiv.2502.11271,
  title  = {OctoTools: An Agentic Framework with Extensible Tools for Complex Reasoning},
  author = {Pan Lu and Bowen Chen and Sheng Liu and Rahul Thapa and Joseph Boen and James Zou},
  journal= {arXiv preprint arXiv:2502.11271},
  year   = {2026}
}

Comments

88 pages, 18 figures. Accepted to ACL 2026

R2 v1 2026-06-28T21:46:15.215Z