paper-with-me

Papers

Workflow-to-Skill: Skill Creation via Routing-Workflow-Semantics-Attachments Decomposition

2026-06-05 · Yuyang Zhang, Xinyuan Han, Xudong Jiang, Run Wang arxiv

Large language model agents increasingly rely on Skills to encode procedural knowledge, yet high-quality Skills remain costly to hand-write. This paper studies automatic Skill construction from heterogeneous interaction evidence, including demonstrations, agent trajectories, tool traces, and execution logs. We argue that trace-to-skill construction is not simple summarization tasks, because traces are fragmented, redundant, and may miss rare but safety-critical behaviors. To address this, we introduce RWSA, a workflow-oriented intermediate representation that decomposes Skills into Workflow structure, execution Semantics, and runtime Attachments, capturing task decomposition, control flow, verification, safety, rollback, and state management. Building on RWSA, we propose W2S, a framework that segments traces, induces local Skill drafts, aligns shared structures, reconciles branches, and compresses redundancy while preserving evidence and confidence annotations. Experiments on 70 Skills show that W2S improves behavioral replay consistency by 10.5% over summarization- and prompting-based baselines, highlighting the need to treat traces as executable runtime specifications rather than compressible text.

📄 PDF Abstract BibTeX arXiv:2606.06893

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Workflow-Localized Mechanism Learning: Attribution-Guided Repair and Knowledge Reuse for Structured Agent Skills

2026-07-23 · Zibin Lin, Shengli Zhang, Taotao Wang, Yihan Xia 외 arxiv

Agent Skills package reusable procedural knowledge as external artifacts for frozen language-model agents, yet existing optimizers do not jointly resolve where a failure occurs in a workflow, which mechanism caused it, a…

SkillAlchemy: Open-World Agent Skill Creation

2026-08-24 · Hengjun Wang, Shuyue Wei, Boyi Liu, Jun Yang 외 arxiv

Agent skills are reusable procedural artifacts that extend language agents with specialized workflows, tool conventions, and domain behaviors at inference time. However, creating reliable skills still depends largely on …

COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows

2026-07-02 · Zongxia Li, Dawei Liu, Fuxiao Liu, Yuhang Zhou 외 arxiv

Agents are increasingly used to construct workflows and assist humans in completing recurring tasks more efficiently. As these workflows become repeated and domain-specific, agent memory and reusable skills become increa…

Image Generation

Evaluating Skills, Not Just Agents: Agentic Continuous Evaluation of Skills

2026-08-20 · Christopher Kevin, Narendran Raghavan, Jean-Francois Puget, Roshni Malani 외 arxiv

Enterprise agent programs are moving from prototypes into production, where reusable skills, tools, and workflow packages must be reviewed with evidence rather than prose. Current gates often scan these artifacts for str…

FlowEvo: Self-Evolving Agents through the Co-Evolution of Workflows and Executable Skills

2026-04-18 · Zeyu Ren, Ling Yue, Ran Li, Yishu Wang 외 arxiv

Large language model agents can adapt to complex tasks by constructing workflows at inference time, but procedures discovered in one episode are usually discarded after execution. Existing skill libraries provide reusabl…