mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 23:02:04 +00:00
chore: sync workspace changes
This commit is contained in:
parent
d24f983e2c
commit
bf58891edf
139 changed files with 5454 additions and 8986 deletions
15
docs/ai/llms-txt.mdx
Normal file
15
docs/ai/llms-txt.mdx
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "llms.txt"
|
||||
description: "LLM-friendly documentation manifests."
|
||||
---
|
||||
|
||||
Mintlify publishes `llms.txt` and `llms-full.txt` for this documentation site.
|
||||
|
||||
Access them at:
|
||||
|
||||
```
|
||||
https://rivet.dev/docs/llms.txt
|
||||
https://rivet.dev/docs/llms-full.txt
|
||||
```
|
||||
|
||||
If you run a reverse proxy in front of the docs, forward `/llms.txt` and `/llms-full.txt` to Mintlify.
|
||||
21
docs/ai/skill.mdx
Normal file
21
docs/ai/skill.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: "skill.md"
|
||||
description: "Agent skill manifest for this documentation."
|
||||
---
|
||||
|
||||
Mintlify hosts a `skill.md` file for this documentation site.
|
||||
|
||||
Access it at:
|
||||
|
||||
```
|
||||
https://rivet.dev/docs/skill.md
|
||||
```
|
||||
|
||||
To add it to an agent using the Skills CLI:
|
||||
|
||||
```
|
||||
npx skills add rivet.dev/docs/skill.md
|
||||
```
|
||||
|
||||
If you run a reverse proxy in front of the docs, make sure `/skill.md` and `/.well-known/skills/*`
|
||||
are forwarded to Mintlify.
|
||||
Loading…
Add table
Add a link
Reference in a new issue