Hlido — independent, evidence-backed trust scores for AI agents. Umbrella package; today it installs the hlido-trust agent-vetting tools (CrewAI + LangChain).
Project description
hlido
Independent, evidence-backed trust scores for AI agents — from Hlido.
This is the umbrella package for Hlido's Python tooling. Today it installs and
re-exports hlido-trust — drop-in
agent-vetting tools for CrewAI and LangChain, plus a zero-dependency
client — so you can vet an agent before you delegate to it.
pip install hlido # core (pulls hlido-trust)
pip install "hlido[crewai]" # + CrewAI tools
pip install "hlido[langchain]" # + LangChain tools
from hlido import HlidoClient
hlido = HlidoClient()
if not hlido.trust_gate("aider", min_score=70):
raise RuntimeError("Aider failed the Hlido trust gate — not delegating.")
Full docs, the framework adapters, and examples live with the focused package:
hlido-trust.
As Hlido's Python surface grows, the full SDK will live under this same hlido
namespace.
License
MIT · Hlido hello@hlido.eu · https://hlido.eu
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 hlido-0.1.0.tar.gz.
File metadata
- Download URL: hlido-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0491b8aa11cf7c39b0f3f3b305fe070834610ad24136de47cc2302f602d38a
|
|
| MD5 |
9e381dbb3cd2ab1c0cb9fe31126840a9
|
|
| BLAKE2b-256 |
a487bb36d4943a8437dfb0237795640c66cd6e5e442f01a8a6d143bee221c737
|
File details
Details for the file hlido-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hlido-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afa5c5e99f26d9994592b8529eb40d4cd81418a96e3c096530a308764076a155
|
|
| MD5 |
049a2b2546f09ec22624fb0ea95f0ae4
|
|
| BLAKE2b-256 |
cd6fb62c7637b225063e864376092afc664a8ef8068ef3d826480bcd58a0b1fa
|