Skill-as-Pseudocode: Refactoring Skill Libraries to Pseudocode for LLM Agents 文章

ArXiv CS.CL2026-05-28NEWSen作者: Xinze Li, Yuhang Zang, Yixin Cao, Aixin Sun

摘要

arXiv:2605.27955v1 Announce Type: cross Abstract: Markdown skill libraries for LLM agents ship as free-form prose, forcing the agent to re-derive both the input schema and the concrete invocation syntax on every retrieval. We observe that this often produces a "confused -> re-retrieve -> still confused" loop in which the agent issues a partially-correct action, receives uninformative environment feedback, and re-retrieves the same prose. We propose Skill-as-Pseudocode (SaP), an automatic conversion of markdown skill libraries into typed pseudocode with deterministic quality control. For each cluster of similar procedural passages drawn from one or more skills, SaP extracts a typed contract and filters it through a four-check deterministic verifier (coverage, binding, replacement, risk).

相关公司

暂无数据

相关人物

暂无数据

相关产品

暂无数据