[PR #3440] docs: add Modexia AgentPay tool integration #3488

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

📋 Pull Request Information

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

Base: mainHead: add-modexia-agentpay


📝 Commits (5)

  • a39095e docs: add Modexia AgentPay tool integration
  • 6691156 fix: change langchain_core import to langchain
  • 32c985c Merge branch 'main' into add-modexia-agentpay
  • 3d55fb9 Apply suggestion from @Copilot
  • fbf1b77 Apply suggestion from @Copilot

📊 Changes

3 files changed (+288 additions, -11 deletions)

View changed files

📝 src/code-samples/package-lock.json (+1 -11)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)
src/oss/python/integrations/tools/modexia.mdx (+285 -0)

📄 Description

Overview

Added documentation for the new langchain-modexia integration, bringing Modexia AgentPay capabilities (autonomous crypto payments, cross-chain transfers, and X402 paywall negotiation) to LangChain agents. Added the new tool to the tools index page.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A
  • Linear issue: N/A
  • Slack thread: N/A

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

The integration uses the langchain-modexia package. Note that the integration also provides JavaScript/TypeScript support via Model Context Protocol (MCP), which is mentioned in the documentation.


🔄 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/3440 **Author:** [@Modaniels](https://github.com/Modaniels) **Created:** 4/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-modexia-agentpay` --- ### 📝 Commits (5) - [`a39095e`](https://github.com/langchain-ai/docs/commit/a39095ed7e32d96b51f56d176d463f7b4a58a254) docs: add Modexia AgentPay tool integration - [`6691156`](https://github.com/langchain-ai/docs/commit/6691156208ffecda019c37dc29091f1e7212ed80) fix: change langchain_core import to langchain - [`32c985c`](https://github.com/langchain-ai/docs/commit/32c985c101f4cb3568b4a90b1ee689fb8c700854) Merge branch 'main' into add-modexia-agentpay - [`3d55fb9`](https://github.com/langchain-ai/docs/commit/3d55fb9b930cc53b266534e7d9b99f3afd8200a9) Apply suggestion from @Copilot - [`fbf1b77`](https://github.com/langchain-ai/docs/commit/fbf1b7708e954de3e548de7ae6b1ea6bedbdb61f) Apply suggestion from @Copilot ### 📊 Changes **3 files changed** (+288 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/code-samples/package-lock.json` (+1 -11) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/tools/modexia.mdx` (+285 -0) </details> ### 📄 Description ## Overview Added documentation for the new `langchain-modexia` integration, bringing Modexia AgentPay capabilities (autonomous crypto payments, cross-chain transfers, and X402 paywall negotiation) to LangChain agents. Added the new tool to the tools index page. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: N/A - Feature PR: N/A <!-- For LangChain employees, if applicable: --> - Linear issue: N/A - Slack thread: N/A ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes The integration uses the `langchain-modexia` package. Note that the integration also provides JavaScript/TypeScript support via Model Context Protocol (MCP), which is mentioned in the documentation. --- <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:16 -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#3488