1
AIchain Skill: A Prompt as a Reusable Object
将prompt封装为可复用对象,避免f-string技术债务,提升AI开发效率
A prompt buried in an f-string is technical debt. You can't test it. You can't save it to a file. You can't hand it to a colleague and say "here's the…
将prompt封装为可复用对象,避免f-string技术债务,提升AI开发效率
A prompt buried in an f-string is technical debt. You can't test it. You can't save it to a file. You can't hand it to a colleague and say "here's the…
提出MMSkills框架,为通用视觉智能体注入可重用的多模态技能,超越传统文本或代码型技能库
arXiv:2605.13527v2 Announce Type: replace Abstract: Reusable skills have become a core substrate for improving agent capabilities, yet most existing s…