Skip to content
Merged

llms.txt #13710

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/web/public/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to create apps that stream music from the catalog, extend the listen
| GitHub Org | https://github.com/audiusproject |
| Open Audio Protocol | https://openaudio.org |
| skill.md (SDK/code) | https://audius.co/skill.md |
| llm.txt (AI overview) | https://audius.co/llm.txt |
| llms.txt (AI overview) | https://audius.co/llms.txt |
| Protocol Dashboard | https://dashboard.audius.org |

## Audius vs Open Audio Protocol
Expand Down Expand Up @@ -133,7 +133,7 @@ Suggested paths—adapt freely. Agents and builders use these as a jumping-off p
| OAP llms.txt | https://openaudio.org/llms.txt |
| Protocol Dashboard | https://dashboard.audius.org |
| skill.md | https://audius.co/skill.md |
| llm.txt | https://audius.co/llm.txt |
| llms.txt | https://audius.co/llms.txt |

## Skill File

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/web/public/skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ OAuth flow so your users sign in with Audius and authorize your app to act on th
| Resource | URL |
| ------------------ | ----------------------------------------------------------- |
| agents.md | https://audius.co/agents.md |
| llm.txt | https://audius.co/llm.txt |
| llms.txt | https://audius.co/llms.txt |
| Docs | https://docs.audius.co |
| API | https://api.audius.co |
| API Reference | https://docs.audius.co/api |
Expand Down
2 changes: 1 addition & 1 deletion packages/web/scripts/workers-site/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ function isAssetUrl(url) {
pathname.startsWith('/gitsha.json') ||
pathname.startsWith('/actions.json') ||
pathname.startsWith('/robots.txt') ||
pathname.startsWith('/llm.txt') ||
pathname.startsWith('/llms.txt') ||
pathname.startsWith('/agents.md') ||
pathname.startsWith('/skill.md')
)
Expand Down