Universal AI validation SDK — hallucination, factuality, safety checks for any LLM output
Project description
ai-qa-sdk
Python SDK for validating AI outputs.
Installation
pip install ai-qa-sdk
Quick Start
from ai_qa import validate, Context
ctx = Context(
input="What is 2+2?",
output="4",
)
result = validate(ctx)
print(result.summary)
Documentation
See CLAUDE.md for development guide.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai_qa_sdk-0.1.1.tar.gz
(111.9 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
ai_qa_sdk-0.1.1-py3-none-any.whl
(70.3 kB
view details)
File details
Details for the file ai_qa_sdk-0.1.1.tar.gz.
File metadata
- Download URL: ai_qa_sdk-0.1.1.tar.gz
- Upload date:
- Size: 111.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19e3b974ab8f898de12811e02522777f38f2af3cc9cba8700caffe83529b0010
|
|
| MD5 |
692be6a835e2c593a238f981ff64e619
|
|
| BLAKE2b-256 |
0879cec9b39897b8dbe5fbc8427087e7b8850a8acb34b135da13e368966270dd
|
File details
Details for the file ai_qa_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ai_qa_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
772309ceb378f4923cc941d64e9e998e32b2a7d473368ce53728da607ec7bac6
|
|
| MD5 |
ca4406b254fbdcf2c12b20262dd87178
|
|
| BLAKE2b-256 |
b39aaaffc9b85e77b43c14c5071f2fd69909f35e736def1138561ec766780ffb
|