docs: add Modexia AgentPay tool integration#3440
docs: add Modexia AgentPay tool integration#3440Daniel Okinda (Modaniels) wants to merge 5 commits intolangchain-ai:mainfrom
Conversation
❌ Import check failedThis PR contains imports from Detailed issuesWhy this is a problemThe
How to fixReplace the imports as suggested above. For example:
🤖 Automated checkThis check is based on the latest analysis of |
There was a problem hiding this comment.
Pull request overview
Adds LangChain OSS (Python) documentation for the new langchain-modexia integration (Modexia AgentPay) and surfaces it in the Python tools index so users can discover and use the tool.
Changes:
- Added a new tool documentation page for Modexia AgentPay, including setup, instantiation, invocation, chaining, and agent usage examples.
- Added Modexia AgentPay to the Python tools index (Finance table + All tools cards).
- Updated
src/code-samples/package-lock.json(lockfile metadata changes).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/oss/python/integrations/tools/modexia.mdx | New integration doc page describing Modexia AgentPay tools and usage patterns. |
| src/oss/python/integrations/tools/index.mdx | Adds Modexia AgentPay to the tools listing for discoverability. |
| src/code-samples/package-lock.json | Lockfile metadata changes included in the PR. |
Files not reviewed (1)
- src/code-samples/package-lock.json: Language not supported
| "node_modules/@cfworker/json-schema": { | ||
| "version": "4.1.1", | ||
| "resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-4.1.1.tgz", | ||
| "integrity": "sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==", | ||
| "license": "MIT", | ||
| "peer": true | ||
| "license": "MIT" |
There was a problem hiding this comment.
This PR is primarily adding docs, but src/code-samples/package-lock.json is also being modified (e.g., removing "peer": true entries). If this lockfile change isn’t required for the Modexia docs, consider reverting it to keep the PR focused and reduce merge-churn.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Daniel Okinda (Modaniels)
left a comment
There was a problem hiding this comment.
changed the tool feature
Overview
Added documentation for the new
langchain-modexiaintegration, 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
Checklist
docs devsrc/docs.jsonif 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-modexiapackage. Note that the integration also provides JavaScript/TypeScript support via Model Context Protocol (MCP), which is mentioned in the documentation.