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[nemo]" # + NVIDIA NeMo Agent Toolkit plugin
pip install "hlido[langchain]" # + LangChain tools
pip install "hlido[crewai]" # + CrewAI tools
One package. Everything Hlido offers for Python agents lives under the single
hlido name — framework support is an opt-in extra, never a separate package to
hunt down.
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
Release files for hlido 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hlido-0.2.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hlido-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / hlido-0.2.0.tar.gz
| Download URL | hlido-0.2.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
197f4aa2ab62a0007ebe22408b9c78a62e4a2d8655a3f79fbaebc6cd1806dc7c
|
|
BLAKE2b-256 checksum How to use checksums |
0b386091c0eab14344677c6c92d69422afd463c45b83cf597465a67d405e41c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / hlido-0.2.0-py3-none-any.whl
| Download URL | hlido-0.2.0-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8b290e3b0e990da9f005e6e522b2abeb3414a8369281e33a719c8f515aee6ecf
|
|
BLAKE2b-256 checksum How to use checksums |
9cacd1660914863ded8391bc13965b08d12c68798098432754be80217d731051
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|