English

Alita-G: Self-Evolving Generative Agent for Agent Generation

Artificial Intelligence 2025-10-28 v1

Abstract

Large language models (LLMs) have been shown to perform better when scaffolded into agents with memory, tools, and feedback. Beyond this, self-evolving agents have emerged, but current work largely limits adaptation to prompt rewriting or failure retries. Therefore, we present ALITA-G, a self-evolution framework that transforms a general-purpose agent into a domain expert by systematically generating, abstracting, and curating Model Context Protocol (MCP) tools. In this framework, a generalist agent executes a curated suite of target-domain tasks and synthesizes candidate MCPs from successful trajectories. These are then abstracted to parameterized primitives and consolidated into an MCP Box. At inference time, ALITA-G performs retrieval-augmented MCP selection with the help of each tool's descriptions and use cases, before executing an agent equipped with the MCP Executor. Across several benchmarks GAIA, PathVQA, and Humanity's Last Exam, ALITA-G attains strong gains while reducing computation costs. On GAIA validation, it achieves 83.03% pass@1 and 89.09% pass@3, establishing a new state-of-the-art result while reducing mean tokens per example by approximately 15% relative to a strong baseline agent. ALITA-G thus provides a principled pathway from generalist capability to reusable, domain-specific competence, improving both accuracy and efficiency on complex reasoning tasks.

Keywords

Cite

@article{arxiv.2510.23601,
  title  = {Alita-G: Self-Evolving Generative Agent for Agent Generation},
  author = {Jiahao Qiu and Xuan Qi and Hongru Wang and Xinzhe Juan and Yimin Wang and Zelin Zhao and Jiayi Geng and Jiacheng Guo and Peihang Li and Jingzhe Shi and Shilong Liu and Mengdi Wang},
  journal= {arXiv preprint arXiv:2510.23601},
  year   = {2025}
}

Comments

15 pages, 3 figures

R2 v1 2026-07-01T07:08:07.879Z