mangopy/AutoTools
Official Repo for WWW 2025 paper "Tool Learning in the Wild: Empowering Language Models as Automatic Tool Agents"
This project helps large language models (LLMs) automatically understand and use various software tools. It takes tool documentation as input and transforms it into executable functions, which the LLM can then compose to solve complex, real-world problems. This is for AI developers, researchers, or anyone building applications that need an LLM to interact autonomously with diverse external tools.
191 stars. No commits in the last 6 months.
Use this if you need your large language model to independently learn how to use a wide range of external tools based on their documentation, without manual programming for each tool.
Not ideal if you are a non-technical end-user looking for a pre-built application, as this project requires programming knowledge to integrate and fine-tune language models.
Stars
191
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/mangopy/AutoTools"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
langfengQ/verl-agent
verl-agent is an extension of veRL, designed for training LLM/VLM agents via RL. verl-agent is...
sotopia-lab/sotopia
Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
zhudotexe/redel
ReDel is a toolkit for researchers and developers to build, iterate on, and analyze recursive...
TIGER-AI-Lab/verl-tool
A version of verl to support diverse tool use
AMAP-ML/Tree-GRPO
[ICLR 2026] Tree Search for LLM Agent Reinforcement Learning