菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - SKILL-DISCO: Distilling and Compiling Agent Traces into Reusable Procedural Skills

Agents often repeatedly solve similar task instances from scratch, leading to unnecessary reasoning cost and long execution traces. Prior work has explored workflow reuse and executable skill induction, but it remains unclear which task scenarios admit procedural skills and how the shared procedural structure should be represented across successful traces. We study this problem in FSM-defined scenarios, where successful traces can be viewed as paths in an unknown transition graph, and formulate procedural skills as reusable parameterized control-flow subgraphs. Based on this view, we introduce SkillDisCo, a distillation-and-compilation framework that distills reusable PFSM subgraphs from successful traces and compiles them into callable, executable, and verifiable procedural skills. Experiments on ALFWorld and WebArena show that SkillDisCo improves success rates and reduces agent turns across benchmarks and model scales, demonstrating the benefits of representing shared experience as reusable execution structures.

顶级标签: agents machine learning
详细标签: procedural skills skill extraction task decomposition execution trace agent workflow 或 搜索:

技能发现:将智能体轨迹蒸馏并编译为可重用的程序化技能 / SKILL-DISCO: Distilling and Compiling Agent Traces into Reusable Procedural Skills


1️⃣ 一句话总结

本文提出一种方法,通过自动识别和提取智能体在重复任务中的成功操作路径,并将其转化为可重复调用的程序化技能模块,从而减少计算开销、提升任务成功率与执行效率。

源自 arXiv: 2606.26669