Hlido — independent, evidence-backed trust scores for AI agents. One package: `pip install hlido` for the core, plus framework extras hlido[nemo|langchain|crewai].
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[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
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.2.0.tar.gz.
File metadata
- Download URL: hlido-0.2.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
197f4aa2ab62a0007ebe22408b9c78a62e4a2d8655a3f79fbaebc6cd1806dc7c
|
|
| MD5 |
8ef3d0e984cfc41e08d8ee2d6f0c9755
|
|
| BLAKE2b-256 |
0b386091c0eab14344677c6c92d69422afd463c45b83cf597465a67d405e41c4
|
File details
Details for the file hlido-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hlido-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
8b290e3b0e990da9f005e6e522b2abeb3414a8369281e33a719c8f515aee6ecf
|
|
| MD5 |
ad3aff2d1462628f16ef36570de792d2
|
|
| BLAKE2b-256 |
9cacd1660914863ded8391bc13965b08d12c68798098432754be80217d731051
|