βοΈ Core Technical Modules
Palace Memory
Graph-vector based ultra-precision RAG retrieval engine with 96.6% recall rate, surpassing traditional flat retrieval for contextual reasoning.
Intent Router
Millisecond-latency prompt analysis gateway. Intelligently determines user intent and decomposes cognitive tasks to optimal sub-executors.
Sovereignty Guard
Real-time policy matching on all issued commands, paired with tamper-proof hash logs, ensuring absolute auditability and safety alignment.
API Interactive Playground
Enter a cognitive request or search query, click send, and view real-time structured response data from the SONUV API.
Request Parameters
API Response (JSON)
{\n "status": "idle",\n "message": "Waiting for request..."\n}
π» Client SDK Example
# Call cognitive intent routing:
curl -X POST https://api.sonuv.com/v1/intent/route \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "Organize local Downloads folder"}'