ASURIQ Python SDK — verify AI answers against 21 databases
Project description
asuriq
Verify AI answers against 21 databases. Hallucination detection. Entity verification.
from asuriq import Asuriq
client = Asuriq()
result = client.check("Your AI response text here", query="The original question")
print(f"Confidence: {result.confidence.score}")
print(f"Hallucination risk: {result.hallucination.risk}")
for entity in result.entities:
print(f" {entity.entity} ({entity.type}): {entity.status}")
Install
pip install asuriq
Methods
client.check(text, query=None, tier="protocol")— Full verification analysisclient.deliberate(text, query=None)— Multi-model deliberationclient.health()— Engine statusclient.ghost()— Self-model metricsclient.metabolism()— Token usage stats
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asuriq-1.0.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asuriq-1.0.0.tar.gz.
File metadata
- Download URL: asuriq-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68e545418a33ced327964eaed76a6f8ff77a3e07d8978a786fee83cd1bc422e9
|
|
| MD5 |
9db893415862184ec26a5a9787c0389d
|
|
| BLAKE2b-256 |
e4e5bc6b5bab2d26c4469169a3a48af9ee5f5213c541817ce3b1711bc1ab3d29
|
File details
Details for the file asuriq-1.0.0-py3-none-any.whl.
File metadata
- Download URL: asuriq-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c862dc9759c719e262b9210b13c3aaea185330437c1b0d71068ed9505e9dd5
|
|
| MD5 |
c4329ab1477e0d977c8667253d872dbe
|
|
| BLAKE2b-256 |
5c0786d17b973360a2977f9edbc17d74999f0196e17bad3b9afa27b79fff91e5
|