Create instant-rag.json
Browse files- instant-rag.json +13 -0
instant-rag.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Instant-RAG",
|
| 3 |
+
"type": "agent-memory",
|
| 4 |
+
"entrypoint": "https://instant-rag-ftpw.onrender.com",
|
| 5 |
+
"openapi": "https://instant-rag-ftpw.onrender.com/docs",
|
| 6 |
+
"protocol": "receipts",
|
| 7 |
+
"payment": "polygon-usdc",
|
| 8 |
+
"price_per_query": 0.0006,
|
| 9 |
+
"beacons": [
|
| 10 |
+
"/agents.txt",
|
| 11 |
+
"/.well-known/ai.json"
|
| 12 |
+
]
|
| 13 |
+
}
|