基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.27454v1
- 发布域名: arxiv.org
- 分类: cs.AI
- 作者: Liyan Tang、Cyrus Rashtchian、Chun-Sung Ferng 等
要点解读
这是什么
WikiSkill 把代理的原始执行经验、已积累的知识和可执行技能分层管理,并通过一个持久化的 Wiki 持续把经验写入其中,使后续技能更新能够直接在前人成果上构建,从而实现技能的逐步演化与复用。
用在哪里
适用于需要让 AI 代理在持续交互中不断提升技能的场景,如自动化工作流、智能客服和持续学习系统。关注技能可迁移性和复用效率的研究者或工程师可参考该框架的设计思路。
可以推断的
推测:持久化的知识库能够避免重复探索,使新技能在已有经验上快速收敛。
推测:技能跨模型共享后,组织内部的多代理可以共同基于同一 Wiki 进化,提高整体系统的协作效率。
来源摘要/节选
Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressively adapt through interaction. However, the insights that guide skill development typically remain scattered across optimization histories, limiting their systematic reuse across iterations. We introduce WikiSkill, a framework that co-evolves agent skills with a persistent knowledge base (wiki). At a high level, WikiSkill separates raw execution experience, accumulated knowledge, and executable skills, while continuously consolidating experience into the wiki, which subsequent skill updates can build on. Across diverse benchmarks and models, WikiSkill consistently outperforms state-of-the-art skill-evolution methods and improves over no-skill baselines in most model-benchmark settings. We find that skill evolution complements model scaling: larger models generally benefit more from evolved skills, while smaller models with skills can outperform substantially larger models without them. We also find that evolved skills transfer effectively across models and model families, and skills evolved by other models can outperform self-evolved skills. Finally, our ablation studies confirm that persistent knowledge accumulation in the wiki is critical for effective skill evolution. These results demonstrate the benefits of systematically accumulating and refining agent experience for developing reusable and transferable skills.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。