Add langgraph-trust to third-party integrations listing #1154

Closed
opened 2026-02-20 17:43:16 -05:00 by yindo · 1 comment
Owner

Originally created by @imran-siddique on GitHub (Feb 17, 2026).

Request: Add langgraph-trust to Third-Party Integrations

Package

Description

Trust-gated checkpoint nodes for LangGraph -- cryptographic identity, governance policy enforcement, and trust-aware routing for multi-agent graphs.

Components

  • TrustGate -- Conditional checkpoint node that evaluates trust scores before allowing graph transitions
  • PolicyCheckpoint -- Governance policy enforcement (token limits, tool blocklists, content patterns)
  • trust_edge / trust_router -- Drop-in condition functions for add_conditional_edges
  • AgentIdentityManager -- Ed25519 cryptographic identity (DIDs) with sign/verify
  • TrustScoreTracker -- Dynamic 0.0-1.0 trust scoring with auto-blocking

Context

Built as an external package per @hinthornw's guidance in #6824. This is part of the AgentMesh ecosystem, which has been merged into Dify (65K stars), LlamaIndex (47K stars), and Microsoft Agent-Lightning (15K stars).

Install

pip install langgraph-trust
Originally created by @imran-siddique on GitHub (Feb 17, 2026). ## Request: Add langgraph-trust to Third-Party Integrations ### Package - **Name:** langgraph-trust - **PyPI:** https://pypi.org/project/langgraph-trust/ - **Source:** https://github.com/imran-siddique/agentmesh-integrations/tree/master/langgraph-trust - **Tests:** 57 passing ### Description Trust-gated checkpoint nodes for LangGraph -- cryptographic identity, governance policy enforcement, and trust-aware routing for multi-agent graphs. ### Components - **TrustGate** -- Conditional checkpoint node that evaluates trust scores before allowing graph transitions - **PolicyCheckpoint** -- Governance policy enforcement (token limits, tool blocklists, content patterns) - **trust_edge / trust_router** -- Drop-in condition functions for `add_conditional_edges` - **AgentIdentityManager** -- Ed25519 cryptographic identity (DIDs) with sign/verify - **TrustScoreTracker** -- Dynamic 0.0-1.0 trust scoring with auto-blocking ### Context Built as an external package per @hinthornw's guidance in #6824. This is part of the [AgentMesh](https://github.com/imran-siddique/agent-mesh) ecosystem, which has been merged into Dify (65K stars), LlamaIndex (47K stars), and Microsoft Agent-Lightning (15K stars). ### Install ``` pip install langgraph-trust ```
yindo closed this issue 2026-02-20 17:43:16 -05:00
Author
Owner

@eyurtsev commented on GitHub (Feb 20, 2026):

Hi @imran-siddique thanks for reaching out. We will not feature the integration in docs unless it's backed officially by a company or has wide spread usage.

@eyurtsev commented on GitHub (Feb 20, 2026): Hi @imran-siddique thanks for reaching out. We will not feature the integration in docs unless it's backed officially by a company or has wide spread usage.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1154