awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to retool-rl/retool

Open-source alternatives to ReTool

23 open-source projects similar to retool-rl/retool, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ReTool alternative.

  • ailab-cvc/gpt4toolsAILab-CVC avatar

    AILab-CVC/GPT4Tools

    771View on GitHub↗

    GPT4Tools is an intelligent system that can automatically decide, control, and utilize different visual foundation models, allowing the user to interact with images during a conversation.

    Python
    View on GitHub↗771
  • beijixiong1/toolllmbeijixiong1 avatar

    beijixiong1/ToolLLM

    22View on GitHub↗

    Data Release • Web Demo • Tool Eval • Paper • Citation

    View on GitHub↗22
  • charlesq9/alitaCharlesQ9 avatar

    CharlesQ9/Alita

    881View on GitHub↗

    The GAIA game is over, and Alita is the final answer.

    View on GitHub↗881
  • chen-gx/toolevoChen-GX avatar

    Chen-GX/ToolEVO

    13View on GitHub↗

    This repository contains the code and benchmark (ToolQA-D) for our research paper titled "Learning Evolving Tools for Large Language Models", which has been accepted at ICLR 2025.

    Python
    View on GitHub↗13
  • clova-tool/clova-toolclova-tool avatar

    clova-tool/CLOVA-tool

    30View on GitHub↗

    Zhi Gao, Yuntao Du, Xintong Zhang, Xiaojian Ma, Wenjuan Han, Song-Chun Zhu, Qing Li

    Python
    View on GitHub↗30
  • mat-agent/mat-agentmat-agent avatar

    mat-agent/MAT-Agent

    93View on GitHub↗

    🚀 VLM-Powered Agent for Intelligent Tool Orchestration | 🔧 Open-source Framework for Multi-modal AI

    Python
    View on GitHub↗93

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • microsoft/jarvismicrosoft avatar

    microsoft/JARVIS

    24,854View on GitHub↗

    JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It utilizes a task orchestrator to decompose complex requests into actionable steps and coordinates various expert models to synthesize final responses. The project includes an AI model deployment manager to handle the local deployment of expert models across different hardware scales. It further provides an AI workflow API consisting of web endpoints used to trigger automated task workflows and retrieve results from model selection stages. The framework incorporates an automat

    Python
    View on GitHub↗24,854
  • microsoft/simulated-trial-and-errormicrosoft avatar

    microsoft/simulated-trial-and-error

    123View on GitHub↗

    ``` STE/ ├─ toolmetadata/: tool related metadata ├─ prompts/: full prompts used ├─ savedresults/: prediction results in json ├─ {, FT, ICL}.json: results for baseline model, tool-enhanced w/ fine-tuning, tool-enhanced with ICL ├─ CLround.json: continual learning (each round) ├─ main.py: main…

    Python
    View on GitHub↗123
  • nvlabs/tool-n1NVlabs avatar

    NVlabs/Tool-N1

    229View on GitHub↗

    This is the official implementation of paper Nemotron-Research-Tool-N1: Exploring Tool-Using Language Models with Reinforced Reasoning, where we present Nemotron-Research-Tool-N1, a family of tool-using reasoning language models. These models are trained with an R1-style reinforcement learning…

    Python
    View on GitHub↗229
  • oceanntwt/tool-plannerOceannTwT avatar

    OceannTwT/Tool-Planner

    116View on GitHub↗

    ICLR 2025 Tool-Planner: Task Planning with Clusters across Multiple Tools

    Python
    View on GitHub↗116
  • openbmb/toolbenchOpenBMB avatar

    OpenBMB/ToolBench

    5,672View on GitHub↗

    ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke. The platform includes a complete instruction-tuning pipeline for training models on curated tool-use data, a multi-tool execution engine that coordinates sequ

    Python
    View on GitHub↗5,672
  • pku-baichuan-mlsystemlab/buttonPKU-Baichuan-MLSystemLab avatar

    PKU-Baichuan-MLSystemLab/BUTTON

    27View on GitHub↗

    Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on function calling by LLMs primarily focuses on single-turn interactions, this paper…

    View on GitHub↗27
  • qiancheng0/creatorqiancheng0 avatar

    qiancheng0/CREATOR

    31View on GitHub↗

    We release here the code for most of the main experiments in paper CREATOR: Tool Creation for Disentangling Abstract and Concrete Reasoning of Large Language Models, including the code of our framework and various baselines. We also release two new datasets: Creation Challenge and Tool Transfer…

    Python
    View on GitHub↗31
  • qiancheng0/toolrlQ

    qiancheng0/ToolRL

    0View on GitHub↗

    🤗 Model | 📊 Dataset | 📖 Paper

    View on GitHub↗0
  • quchangle1/draftquchangle1 avatar

    quchangle1/DRAFT

    56View on GitHub↗

    🛠️🤖 From Exploration to Mastery: Enabling LLMs to Master Tools via Self-Driven Interactions

    Python
    View on GitHub↗56
  • rose-stl-lab/adapting-while-learningRose-STL-Lab avatar

    Rose-STL-Lab/Adapting-While-Learning

    7View on GitHub↗

    Code for paper "Adapting While Learning: Grounding LLMs for Scientific Problems with Tool Usage Adaptation", presented at ICML2025.

    Python
    View on GitHub↗7
  • ruc-nlpir/arpoRUC-NLPIR avatar

    RUC-NLPIR/ARPO

    1,049View on GitHub↗

    ICLR 2026 Agentic Reinforced Policy Optimization (ARPO)

    Python
    View on GitHub↗1,049
  • ruc-nlpir/tool-starRUC-NLPIR avatar

    RUC-NLPIR/Tool-Star

    398View on GitHub↗

    🔧✨Tool-Star: Empowering Multi-Tool Collaborative Web Agent via Reinforcement Learning

    Python
    View on GitHub↗398
  • shizhl/confuciusshizhl avatar

    shizhl/Confucius

    48View on GitHub↗

    This project aims to teach large language models (LLMs) to use external tools, enabling them as agents to for practical task planning and tool calling. To achieve this, we propose the "Iterative Tool Learning from Introspection Feedback by Easy-to-Difficult Curriculum". Here is the brief…

    Python
    View on GitHub↗48
  • sport-agents/sport-agentsSPORT-Agents avatar

    SPORT-Agents/SPORT-Agents

    21View on GitHub↗

    SPORT introduces an online self-exploration loop that enables multimodal agents to self-improve via AI-generated tasks and LLM-verified preference tuning without human annotations.

    Python
    View on GitHub↗21
  • weiyifan1023/autotirweiyifan1023 avatar

    weiyifan1023/AutoTIR

    53View on GitHub↗

    Inspired by the human ability to adaptively select tools, we introduce AutoTIR, a reinforcement learning framework that enables LLMs to autonomously decide whether and which tool to invoke during the reasoning process, rather than following static tool-use strategies. AutoTIR leverages a hybrid…

    Python
    View on GitHub↗53
  • wfangtw/play2promptwfangtw avatar

    wfangtw/play2prompt

    7View on GitHub↗

    PLAY2PROMPT - Interactive Tool-use Example Generation & Tool Documentation Optimization Implementation for the paper PLAY2PROMPT.

    Python
    View on GitHub↗7
  • xfey/mcp-zeroxfey avatar

    xfey/MCP-Zero

    489View on GitHub↗

    https://arxiv.org/abs/2506.01056

    Python
    View on GitHub↗489