awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ailab-cvc/gpt4tools

Open-source alternatives to GPT4Tools

27 open-source projects similar to ailab-cvc/gpt4tools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best GPT4Tools alternative.

  • microsoft/jarvisالصورة الرمزية لـ microsoft

    microsoft/JARVIS

    24,854عرض على 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
    عرض على GitHub↗24,854
  • openbmb/toolbenchالصورة الرمزية لـ OpenBMB

    OpenBMB/ToolBench

    5,672عرض على 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
    عرض على GitHub↗5,672
  • shizhl/confuciusالصورة الرمزية لـ shizhl

    shizhl/Confucius

    48عرض على 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
    عرض على GitHub↗48
  • clova-tool/clova-toolالصورة الرمزية لـ clova-tool

    clova-tool/CLOVA-tool

    30عرض على GitHub↗

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

    Python
    عرض على GitHub↗30

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • lifan-yuan/craftالصورة الرمزية لـ lifan-yuan

    lifan-yuan/CRAFT

    62عرض على GitHub↗

    Code for paper "CRAFT: Customizing LLMs by Creating and Retrieving from Specialized Toolsets"

    Python
    عرض على GitHub↗62
  • mat-agent/mat-agentالصورة الرمزية لـ mat-agent

    mat-agent/MAT-Agent

    93عرض على GitHub↗

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

    Python
    عرض على GitHub↗93
  • microsoft/simulated-trial-and-errorالصورة الرمزية لـ microsoft

    microsoft/simulated-trial-and-error

    123عرض على 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
    عرض على GitHub↗123
  • mllm-tool/mllm-toolالصورة الرمزية لـ MLLM-Tool

    MLLM-Tool/MLLM-Tool

    141عرض على GitHub↗

    Chenyu Wang, Weixin Luo, Qianyu Chen, Haonan Mai, Jindi Guo, Sixun Dong, Xiaohua (Michael) Xuan, Zhengxin Li, Lin Ma, Shenghua Gao.

    Python
    عرض على GitHub↗141
  • nvlabs/tool-n1الصورة الرمزية لـ NVlabs

    NVlabs/Tool-N1

    229عرض على 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
    عرض على GitHub↗229
  • oceanntwt/tool-plannerالصورة الرمزية لـ OceannTwT

    OceannTwT/Tool-Planner

    116عرض على GitHub↗

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

    Python
    عرض على GitHub↗116
  • pku-baichuan-mlsystemlab/buttonالصورة الرمزية لـ PKU-Baichuan-MLSystemLab

    PKU-Baichuan-MLSystemLab/BUTTON

    27عرض على 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…

    عرض على GitHub↗27
  • qiancheng0/creatorالصورة الرمزية لـ qiancheng0

    qiancheng0/CREATOR

    31عرض على 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
    عرض على GitHub↗31
  • qiancheng0/toolrlQ

    qiancheng0/ToolRL

    0عرض على GitHub↗

    🤗 Model | 📊 Dataset | 📖 Paper

    عرض على GitHub↗0
  • quchangle1/draftالصورة الرمزية لـ quchangle1

    quchangle1/DRAFT

    56عرض على GitHub↗

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

    Python
    عرض على GitHub↗56
  • retool-rl/retoolالصورة الرمزية لـ ReTool-RL

    ReTool-RL/ReTool

    369عرض على GitHub↗

    ReTool: Reinforcement Learning for Strategic Tool Use in LLMs ByteDance Seed

    Python
    عرض على GitHub↗369
  • rose-stl-lab/adapting-while-learningالصورة الرمزية لـ Rose-STL-Lab

    Rose-STL-Lab/Adapting-While-Learning

    7عرض على GitHub↗

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

    Python
    عرض على GitHub↗7
  • ruc-nlpir/arpoالصورة الرمزية لـ RUC-NLPIR

    RUC-NLPIR/ARPO

    1,049عرض على GitHub↗

    ICLR 2026 Agentic Reinforced Policy Optimization (ARPO)

    Python
    عرض على GitHub↗1,049
  • ruc-nlpir/tool-starالصورة الرمزية لـ RUC-NLPIR

    RUC-NLPIR/Tool-Star

    398عرض على GitHub↗

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

    Python
    عرض على GitHub↗398
  • sport-agents/sport-agentsالصورة الرمزية لـ SPORT-Agents

    SPORT-Agents/SPORT-Agents

    21عرض على 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
    عرض على GitHub↗21
  • tangqiaoyu/toolalpacaالصورة الرمزية لـ tangqiaoyu

    tangqiaoyu/ToolAlpaca

    883عرض على GitHub↗

    ToolAlpaca is a framework designed for learning generalized tool-use abilities in compact language models with minimal human supervision. It addresses the challenge of tool learning by generating a tool-use corpus via a multi-agent simulation environment, providing 3.9k tool-use instances from…

    Python
    عرض على GitHub↗883
  • weiyifan1023/autotirالصورة الرمزية لـ weiyifan1023

    weiyifan1023/AutoTIR

    53عرض على 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
    عرض على GitHub↗53
  • wfangtw/play2promptالصورة الرمزية لـ wfangtw

    wfangtw/play2prompt

    7عرض على GitHub↗

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

    Python
    عرض على GitHub↗7
  • x-plug/multi-llm-agentX

    X-PLUG/Multi-LLM-Agent

    0عرض على GitHub↗

    Weizhou Shen 1 , Chenliang Li 2 , Hongzhan Chen 1 , Ming Yan 2 , Xiaojun Quan 1 , Hehong Chen 2 , Ji Zhang 2 , Fei Huang 2 shenwzh3@mail2.sysu.edu.cn, quanxj3@mail.sysu.edu.cn, ym119608@alibaba-inc.com 1 Sun Yat-sen University 2 Alibaba Group *Corresponding authors

    عرض على GitHub↗0
  • beijixiong1/toolllmالصورة الرمزية لـ beijixiong1

    beijixiong1/ToolLLM

    22عرض على GitHub↗

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

    عرض على GitHub↗22
  • xfey/mcp-zeroالصورة الرمزية لـ xfey

    xfey/MCP-Zero

    489عرض على GitHub↗

    https://arxiv.org/abs/2506.01056

    Python
    عرض على GitHub↗489
  • charlesq9/alitaالصورة الرمزية لـ CharlesQ9

    CharlesQ9/Alita

    881عرض على GitHub↗

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

    عرض على GitHub↗881
  • chen-gx/toolevoالصورة الرمزية لـ Chen-GX

    Chen-GX/ToolEVO

    13عرض على 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
    عرض على GitHub↗13