docs(integrations): add Hlido agent-trust tools integration page#4910
Open
ankitkapur1992-hlido wants to merge 2 commits into
Open
docs(integrations): add Hlido agent-trust tools integration page#4910ankitkapur1992-hlido wants to merge 2 commits into
ankitkapur1992-hlido wants to merge 2 commits into
Conversation
Documents the Hlido LangChain tools (hlido_trust_check + hlido_recommend) from the existing hlido-trust[langchain] PyPI package, so an agent can vet other agents against independent Hlido reviews before delegating. No API key required. Adds the page and a card in the tools index.
|
Thanks for contributing a new integration docs page, ankitkapur1992-hlido! We receive a large number of PRs and review them as quickly as we can. Please bear with us as we work through the queue. If you have already tagged a maintainer on this PR, do not tag them again. |
Contributor
|
Thanks for opening a docs PR, ankitkapur1992-hlido! When it's ready for review, please add the relevant reviewers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an integration docs page for the Hlido agent-trust tools at
src/oss/python/integrations/tools/hlido.mdx, plus a card in the tools index.Hlido publishes independent, evidence-backed reviews of AI agents (score, tier, verified claim audits). The existing
hlido-trustPyPI package ships LangChain tools that let an agent vet other agents/tools against those reviews before delegating:hlido_trust_check— score/tier/PASS-FAIL verdict for a known agent slughlido_recommend— find a reviewed agent for a free-text need, ranked by scoreNotes
hlido-trust[langchain](hlido_langchain_tools()); no code changes to LangChain.TEMPLATE.mdx; adds one card totools/index.mdx(alphabetical). Nodocs.jsonchange needed (language-neutral path auto-resolves, matching other tool pages).Disclosure
I'm the founder of Hlido. This integration is opt-in, uses only the public Hlido API, and documents an already-published package. Happy to adjust naming/placement to match maintainer preferences.