Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,26 @@ tags:
|
|
| 12 |
---
|
| 13 |
# Instant-RAG Gateway
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
**External Memory for Autonomous Agents**
|
| 16 |
|
| 17 |
📡 Agent Endpoint: https://instant-rag-ftpw.onrender.com
|
|
|
|
| 12 |
---
|
| 13 |
# Instant-RAG Gateway
|
| 14 |
|
| 15 |
+
## 🤖 Machine Discovery
|
| 16 |
+
|
| 17 |
+
```json
|
| 18 |
+
{
|
| 19 |
+
"service": "Instant-RAG",
|
| 20 |
+
"api": "https://instant-rag-ftpw.onrender.com/docs",
|
| 21 |
+
"pricing": "0.0006 per query USDC",
|
| 22 |
+
"discovery": [
|
| 23 |
+
"/agents.txt",
|
| 24 |
+
"/.well-known/ai.json"
|
| 25 |
+
],
|
| 26 |
+
"features": [
|
| 27 |
+
"swarm-reasoning",
|
| 28 |
+
"receipts",
|
| 29 |
+
"deterministic-cost",
|
| 30 |
+
"citations"
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
**External Memory for Autonomous Agents**
|
| 36 |
|
| 37 |
📡 Agent Endpoint: https://instant-rag-ftpw.onrender.com
|