hunter-seeker
Python client, hs CLI and framework adapters for the Hunter-Seeker Verdict layer —
deterministic, signed, refusable decisions for AI agents.
Agents may generate copy. They may not invent the score.
pip install hunter-seeker
export HS_API_KEY=hsk_test_...
hs sample # ranks a sample dataset and verifies the Verdict
from hunter_seeker import Client
hs = Client()
out = hs.score_entity(model_ref=ref, row=row, subject_kind="org")
out["entity"]["band"] # act | escalate | refuse
hs.verify(out["verdict"], out["signature"]) # valid | invalid_signature | expired | unknown_key
Extras: hunter-seeker[langchain], hunter-seeker[crewai].
The client refuses to call an unsigned Verdict valid — a missing signature reports
invalid_signature, because production engines will not serve one.
Pre-release: the hosted service is not serving yet. Full docs, the OpenAPI contract, the n8n node and Agent Skills: https://github.com/dmilstein-match/hunter-seeker-sdk
Apache-2.0.
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 hunter_seeker-2.1.0.tar.gz.
File metadata
- Download URL: hunter_seeker-2.1.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b55890ad78290d9ff142f0f2b0d4fca8fed160474203aef794dac2d03c3a52fd
|
|
| MD5 |
bb9e3cbd0f1e919143539a28cb2da7c2
|
|
| BLAKE2b-256 |
0c496a5a946593c2ee7952d8fcf2a462996fab251eae2fbd6b8327487211c0f8
|
File details
Details for the file hunter_seeker-2.1.0-py3-none-any.whl.
File metadata
- Download URL: hunter_seeker-2.1.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc9f2c2c257a4c2ee5fd7cffdc478f0481a1046d7a29443cb712950e2a28ed8d
|
|
| MD5 |
2df3cba8a987dc821a60df12f0f385a6
|
|
| BLAKE2b-256 |
b8b33958580d2680bea17dcc72db66edfbf305cbba66bd5bebcba559cc05ec2e
|