[PR #3750] docs: add Synmerco integration #3775

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3750
Author: @JoeSRQ
Created: 4/27/2026
Status: 🔄 Open

Base: mainHead: synmerco-integration


📝 Commits (1)

  • 4a85d76 docs: add Synmerco integration

📊 Changes

3 files changed (+137 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/synmerco.mdx (+49 -0)
src/oss/python/integrations/tools/synmerco.mdx (+80 -0)

📄 Description

Overview

Adds a provider page and tools quick-start for synmerco-langchain (third-party PyPI package), which exposes 46 LangChain tools for AI agent escrow, reputation, disputes, marketplace search, and platform info.

Type of change

Type: New documentation page

Related issues/PRs

No related issues. Read-only tools (search, lookup, fee estimation) require no auth. Write operations use SYNMERCO_API_KEY.

Package: https://pypi.org/project/synmerco-langchain/
Source: https://github.com/synmerco/integration
Homepage: https://synmerco.com

Checklist

  • Added new MDX files (no Jupyter notebooks per repo guidelines)
  • Added entry to all_providers.mdx registry, alphabetically sorted
  • Followed frontmatter convention (title + description only)
  • Used existing agentql.mdx as the structural template

🔄 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/3750 **Author:** [@JoeSRQ](https://github.com/JoeSRQ) **Created:** 4/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `synmerco-integration` --- ### 📝 Commits (1) - [`4a85d76`](https://github.com/langchain-ai/docs/commit/4a85d76af253fecf095008b7e032cf2589f4a4fe) docs: add Synmerco integration ### 📊 Changes **3 files changed** (+137 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/synmerco.mdx` (+49 -0) ➕ `src/oss/python/integrations/tools/synmerco.mdx` (+80 -0) </details> ### 📄 Description ## Overview Adds a provider page and tools quick-start for `synmerco-langchain` (third-party PyPI package), which exposes 46 LangChain tools for AI agent escrow, reputation, disputes, marketplace search, and platform info. ## Type of change **Type:** New documentation page ## Related issues/PRs No related issues. Read-only tools (search, lookup, fee estimation) require no auth. Write operations use `SYNMERCO_API_KEY`. Package: https://pypi.org/project/synmerco-langchain/ Source: https://github.com/synmerco/integration Homepage: https://synmerco.com ## Checklist - [x] Added new MDX files (no Jupyter notebooks per repo guidelines) - [x] Added entry to `all_providers.mdx` registry, alphabetically sorted - [x] Followed frontmatter convention (`title` + `description` only) - [x] Used existing `agentql.mdx` as the structural template --- <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:53:06 -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#3775