Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/docs/integrations/ai-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sidebar_label: AI Agents

## LLM-friendly docs

We publish `LLMs.txt` and `LLMs-full.txt` at the documentation root so agents can index the full docs quickly.
We publish `llms.txt` and `llms-full.txt` at the documentation root so agents can index the full docs quickly.

```bash
curl -L https://opensource.respawn.pro/FlowMVI/LLMs.txt
curl -L https://opensource.respawn.pro/FlowMVI/LLMs-full.txt
curl -L https://opensource.respawn.pro/FlowMVI/llms.txt
curl -L https://opensource.respawn.pro/FlowMVI/llms-full.txt
```

You can also fetch any doc page as markdown by appending `.md` to its URL, which makes `curl`-based discovery easy:
Expand Down
Loading