🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nodeproxy/langchain

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeproxy/langchain

LangChain.js tool wrapper for the NodeProxy x402 web surface markdown parser

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
21
-53.33%
Maintainers
1
Weekly downloads
 
Created
Source

@nodeproxy/langchain

LangChain.js tool for the NodeProxy x402 web surface parser.

Install

npm install @nodeproxy/langchain @langchain/core
export EVM_PRIVATE_KEY=0x...

Usage

import { NodeProxyMarkdownTool } from '@nodeproxy/langchain';

const tool = new NodeProxyMarkdownTool();
const markdown = await tool.invoke({ url: 'https://example.com' });
console.log(markdown);

Publish

# One-time: create free org "nodeproxy" at https://www.npmjs.com/org/create
# Token: https://www.npmjs.com/settings/~/tokens (Automation, publish)
export NPM_TOKEN=npm_...
bash publish.sh

Verify: npm view @nodeproxy/langchain

Keywords

langchain

FAQs

Package last updated on 28 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts