feat: add llms txt - #2
Conversation
15e504b to
d6db685
Compare
d6db685 to
6f1ec5d
Compare
|
@ryanleecode please add some context about what this will be used for? I mean, this is clearly to allow an LLM to understand the Host API, but is your intention then to create a skill (etc) from this? |
Could be anything but its just putting the docs in a machine readable format |
|
Shouldn't we just stick to Markdown, and break them down into different linked page.? llmstxt.org says:
Given the size of the json here, do you think this I stumbled upon this blog post from hackmd https://homepage.hackmd.io/blog/2026/03/22/agentic-workflow-2026?utm_source=blog&utm_medium=featured-article they use different accept header to serve different content. That's probably the best way to serve doc for llms. Base on the tools encoder / decoder that they are configured with they could query the doc in the most token efficient way |
| productFunction: m.productFunction, | ||
| request: m.request, | ||
| response: m.response, | ||
| description: m.description.slice(0, 100), |
There was a problem hiding this comment.
we should probably cut at words boundary rather than taking the first 100 characters
|
closing for now will check #19 that should be enough to work with AI agents |
No description provided.