[PR #3549] Add Hashlock integration documentation #3591

Open
opened 2026-06-05 18:23:36 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3549
Author: @BarisSozen
Created: 4/12/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 26ccb87 Add Hashlock integration documentation

📊 Changes

1 file changed (+126 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/hashlock.mdx (+126 -0)

📄 Description

Overview

Add integration documentation for Hashlock — a universal asset exchange protocol for swapping crypto, RWA, and stablecoins with private sealed bids and verified counterparties.

The langchain-hashlock package is published on PyPI: https://pypi.org/project/langchain-hashlock/

Type of change

Type: New documentation page

Related issues/PRs

N/A — this is the initial integration documentation for the new langchain-hashlock package.

Documentation page

Adds src/oss/python/integrations/tools/hashlock.mdx following the tools template.

The page covers:

  • Setup and credentials
  • Installation
  • Toolkit instantiation with all 5 tools
  • Direct invocation examples
  • Agent usage example

Package info


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3549 **Author:** [@BarisSozen](https://github.com/BarisSozen) **Created:** 4/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`26ccb87`](https://github.com/langchain-ai/docs/commit/26ccb87f108b3e870cd87e63db1680e2ef32c9d5) Add Hashlock integration documentation ### 📊 Changes **1 file changed** (+126 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/hashlock.mdx` (+126 -0) </details> ### 📄 Description ## Overview Add integration documentation for Hashlock — a universal asset exchange protocol for swapping crypto, RWA, and stablecoins with private sealed bids and verified counterparties. The `langchain-hashlock` package is published on PyPI: https://pypi.org/project/langchain-hashlock/ ## Type of change **Type:** New documentation page ## Related issues/PRs N/A — this is the initial integration documentation for the new `langchain-hashlock` package. ## Documentation page Adds `src/oss/python/integrations/tools/hashlock.mdx` following the tools template. The page covers: - Setup and credentials - Installation - Toolkit instantiation with all 5 tools - Direct invocation examples - Agent usage example ## Package info - **Package**: `langchain-hashlock` (https://pypi.org/project/langchain-hashlock/) - **GitHub**: https://github.com/Hashlock-Tech/langchain-hashlock - **Version**: 0.1.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3591