2 مستودعات
Automated generation of user queries and corresponding tool call outputs for training agent systems.
Distinct from Training Data Generation: Focuses on synthetic tool-use data, distinct from general training data generation.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Tool Call Data Generators. Refine with filters or upvote what's useful.
This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva
Automates the creation of human-like user queries and tool call outputs for training and testing agent systems.
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
Generates high-quality instruction-tuning examples that teach models to plan and execute API calls.