|
|
--- |
|
|
tags: |
|
|
- ai-agents |
|
|
- rag |
|
|
- external-memory |
|
|
- web3-ai |
|
|
- crew-ai |
|
|
- autogpt |
|
|
- semantic-search |
|
|
- receipts |
|
|
- multi-agent |
|
|
--- |
|
|
# Instant-RAG Gateway |
|
|
|
|
|
## π€ Machine Discovery |
|
|
|
|
|
```json |
|
|
{ |
|
|
"service": "Instant-RAG", |
|
|
"api": "https://instant-rag-ftpw.onrender.com/docs", |
|
|
"pricing": "0.0006 per query USDC", |
|
|
"discovery": [ |
|
|
"/agents.txt", |
|
|
"/.well-known/ai.json" |
|
|
], |
|
|
"features": [ |
|
|
"swarm-reasoning", |
|
|
"receipts", |
|
|
"deterministic-cost", |
|
|
"citations" |
|
|
] |
|
|
} |
|
|
``` |
|
|
|
|
|
**External Memory for Autonomous Agents** |
|
|
|
|
|
π‘ Agent Endpoint: https://instant-rag-ftpw.onrender.com |
|
|
π OpenAPI: https://instant-rag-ftpw.onrender.com/docs |
|
|
π Agents Protocol: https://instant-rag-ftpw.onrender.com/agents.txt |
|
|
π§ ai.json Beacon: https://instant-rag-ftpw.onrender.com/.well-known/ai.json |
|
|
|
|
|
## Capabilities |
|
|
- semantic retrieval with citations |
|
|
- swarm reasoning within budget |
|
|
- deterministic USDC pricing |
|
|
- function calling bridge |
|
|
|
|
|
## Quick Use |
|
|
|
|
|
POST /query |
|
|
{ |
|
|
"agent_id": "example", |
|
|
"query": "what anchors truth?" |
|
|
} |
|
|
|
|
|
## Pricing (USDC) |
|
|
|
|
|
query: 0.0006 |
|
|
swarm: 0.0018 |
|
|
ingest/kb: 0.00005 |
|
|
|
|
|
## Discovery |
|
|
agents.txt and /.well-known/ai.json available. |
|
|
|
|
|
## Evaluation |
|
|
Latency: ~120ms/query |
|
|
Confidence: structured citations |
|
|
Scalability: multi-agent swarm |