AI Agents 相关度: 9/10

Automating Skill Acquisition through Large-Scale Mining of Open-Source Agentic Repositories: A Framework for Multi-Agent Procedural Knowledge Extraction

Shuzhen Bi, Mengsong Wu, Hao Hao, Keqian Li, Wentao Liu, Siyu Song, Hongbo Zhao, Aimin Zhou
arXiv: 2603.11808v1 发布: 2026-03-12 更新: 2026-03-12

AI 摘要

该论文提出一个框架,通过挖掘开源代码库自动获取agent技能,增强LLM的 procedural knowledge。

主要贡献

  • 提出了自动化获取agent技能的框架
  • 验证了从agent库中提取知识的可行性
  • 提高了知识传递效率

方法论

通过分析代码仓库结构、语义技能识别、翻译成SKILL.md格式,从开源库中提取技能。

原文摘要

The transition from monolithic large language models (LLMs) to modular, skill-equipped agents represents a fundamental architectural shift in artificial intelligence deployment. While general-purpose models demonstrate remarkable breadth in declarative knowledge, their utility in autonomous workflows is frequently constrained by insufficient specialized procedural expertise. This report investigates a systematic framework for automated acquisition of high-quality agent skills through mining of open-source repositories on platforms such as GitHub. We focus on the extraction of visualization and educational capabilities from state-of-the-art systems including TheoremExplainAgent and Code2Video, both utilizing the Manim mathematical animation engine. The framework encompasses repository structural analysis, semantic skill identification through dense retrieval, and translation to the standardized SKILL.md format. We demonstrate that systematic extraction from agentic repositories, combined with rigorous security governance and multi-dimensional evaluation metrics, enables scalable acquisition of procedural knowledge that augments LLM capabilities without requiring model retraining. Our analysis reveals that agent-generated educational content can achieve 40\% gains in knowledge transfer efficiency while maintaining pedagogical quality comparable to human-crafted tutorials.

标签

agent skill acquisition open-source LLM

arXiv 分类

cs.AI