AgentSkiller: Scaling Generalist Agent Intelligence through Semantically Integrated Cross-Domain Data Synthesis
Zexu Sun, Bokai Ji, Hengyi Cai, Shuaiqiang Wang, Lei Wang, Guangxia Li, Xu Chen
TL;DR
AgentSkiller introduces a scalable, DAG-driven framework to synthesize high-fidelity, cross-domain, long-horizon interaction data for training generalist LLM agents. The pipeline builds domain ontologies, entity graphs, service blueprints, policies, and cross-domain task fusion, then generates and validates executable task environments with automated rollouts. Empirical results from roughly $\approx 11{,}000$ trajectories show that models trained on AgentSkiller data—particularly the AgentSkiller-14B variant—achieve strong performance on function-calling benchmarks, rivaling many proprietary models and outperforming open baselines, especially in cross-domain, multi-turn settings. This work demonstrates that semantically integrated data synthesis, guided by a deterministic state-machine and rigorous validation, can substantially boost generalist agent capabilities and scalability in real-world, multi-domain contexts.
Abstract
Large Language Model agents demonstrate potential in solving real-world problems via tools, yet generalist intelligence is bottlenecked by scarce high-quality, long-horizon data. Existing methods collect privacy-constrained API logs or generate scripted interactions lacking diversity, which struggle to produce data requisite for scaling capabilities. We propose AgentSkiller, a fully automated framework synthesizing multi-turn interaction data across realistic, semantically linked domains. It employs a DAG-based architecture with explicit state transitions to ensure determinism and recoverability. The pipeline builds a domain ontology and Person-Centric Entity Graph, defines tool interfaces via Service Blueprints for Model Context Protocol servers, and populates environments with consistent databases and strict Domain Policies. A cross-domain fusion mechanism links services to simulate complex tasks. Finally, the pipeline creates user tasks by verifying solution paths, filtering via execution-based validation, and generating queries using a Persona-based Simulator for automated rollout. This produces reliable environments with clear state changes. To demonstrate effectiveness, we synthesized $\approx$ 11K interaction samples; experimental results indicate that models trained on this dataset achieve significant improvements on function calling over baselines, particularly in larger parameter regimes.
