展示HN:自动教你的智能体新技能的新想法

1作者: MattGrommes5 天前原帖
大家好。我想出了一个我认为是新颖的想法,可能对大语言模型(LLM)代理技能有所帮助。 这个项目叫做Skillstore: [Skillstore GitHub链接](https://github.com/mattgrommes/skillstore) 这是一个标准化获取技能并提供技能以便在网站上操作的想法。 Skillstore的核心技能教会你的代理如何访问由网站提供的/skillstore API端点。这个端点会给你的代理提供一个技能列表,代理可以下载这些技能以在网站上执行任务。示例技能调用一个API,同时也提供联系信息或任何你想展示给代理的内容。 在代码库中还有更多细节和一个小示例端点,展示了响应内容。 正如我所说,这是一个新想法,我认为它可能会很有用。我的测试案例让我非常兴奋,我将把它集成到我今后构建的网站中。不过,这个想法确实需要更多的思考和更多的使用案例来进行探索。我很想听听你们的看法。
查看原文
Hi everybody. I came up with something I think is new and could be helpful around LLM agent skills.<p>The project is called Skillstore: <a href="https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore</a><p>It&#x27;s an idea for a standardized way of getting skills and providing skills to operate on websites.<p>There&#x27;s a core Skillstore skill that teaches your agent to access a &#x2F;skillstore API endpoint provided by a website. This endpoint gives your agent a list of skills which it can then download to do tasks on the site. The example skills call an API but also provide contact info or anything you can think of that you want to show an agent how to do.<p>There are more details and a small example endpoint that just shows the responses in the repo.<p>Like I said, it&#x27;s a new idea and something that I think could be useful. My test cases have made me very excited and I&#x27;m going to be building it into websites I build from here on. It definitely needs more thinking about though and more use cases to play with. I&#x27;d love to hear what you think.