[PR #32079] [Extension] AgentMesh Trust Layer - Cryptographic Identity for Dify Agents #33541

Closed
opened 2026-02-21 20:53:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/32079

State: closed
Merged: No


Adds a trust layer extension for Dify with cryptographic identity and trust verification.

Features:

  • Ed25519-based agent identities with DIDs
  • Peer verification and trust scoring (0.0-1.0)
  • Flask middleware with @trust_required decorator
  • Audit logging for compliance

HTTP Headers: X-Agent-DID, X-Agent-Public-Key, X-Agent-Capabilities

Backward compatible - trust is optional, no breaking changes.

See api/extensions/agentmesh/README.md for full documentation.

**Original Pull Request:** https://github.com/langgenius/dify/pull/32079 **State:** closed **Merged:** No --- Adds a trust layer extension for Dify with cryptographic identity and trust verification. **Features:** - Ed25519-based agent identities with DIDs - Peer verification and trust scoring (0.0-1.0) - Flask middleware with @trust_required decorator - Audit logging for compliance **HTTP Headers:** X-Agent-DID, X-Agent-Public-Key, X-Agent-Capabilities **Backward compatible** - trust is optional, no breaking changes. See api/extensions/agentmesh/README.md for full documentation.
yindo added the pull-request label 2026-02-21 20:53:28 -05:00
yindo closed this issue 2026-02-21 20:53:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33541