Zu built-in checks: detectors (empty, error, js-shell, embedded-widget, bot-wall) + validators (schema, grounding)
Project description
zu-checks
The built-in checks that ship with the Zu base runtime — two stdlib plugin kinds in one package:
- detectors (
zu_checks.detectors) —empty,error,js-shell,bot-wall. Inspect an observation and return aVerdict; the severity drives the loop (ESCALATEclimbs the tier ladder,TERMINALends the run). - validators (
zu_checks.validators) —schema(does the result fit the requested shape?) andgrounding(does every extracted value actually appear in retrieved content? — the anti-hallucination check).
They're packaged together because both are pure-stdlib (schema adds only
jsonschema) and always present in the base — unlike the adapter packages
(zu-providers, zu-tools, zu-backends), whose separation carries distinct
heavy optional dependencies. All register via the standard zu.detectors /
zu.validators entry-point groups, exactly as a third-party check would.
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
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 zu_checks-0.2.1.tar.gz.
File metadata
- Download URL: zu_checks-0.2.1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a116362c0310e91d026227b2fffe0d35ec2ebc280c9a1d14183895be78ee48
|
|
| MD5 |
0caec3053f15a316e14d9d993065016d
|
|
| BLAKE2b-256 |
65ffc406273c18fd68b8dcfe4afafae96ca1a8e79606417d8755ea95228613d2
|
File details
Details for the file zu_checks-0.2.1-py3-none-any.whl.
File metadata
- Download URL: zu_checks-0.2.1-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f56306ca04df9d465f44bfdd267b55eefdfa170c784819ed44e0b73f50074a0c
|
|
| MD5 |
1eb7e05bf5a07fa3ce77f8ab749f16b7
|
|
| BLAKE2b-256 |
b97d3b5b18c5b084cec7d6fc5ba38115f863c3619a83a47827cdc428d545dab0
|