
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@sapiom/langchain
Advanced tools
⚠️ Beta Status: Currently in v0.x. API may change before v1.0.0. Production-ready and actively maintained.
LangChain integration for Sapiom SDK providing automatic cost tracking and session management for LangChain agents, tools, and models.
| Package Version | LangChain Version | Status |
|---|---|---|
| v0.x | v0.3+ | ✅ Active |
| v1.0 | v1.0+ | 🚧 Planned |
This package currently supports LangChain v0.x. LangChain v1.x support coming in SDK v1.0.
npm install @sapiom/langchain
import { SapiomChatOpenAI } from '@sapiom/langchain';
const model = new SapiomChatOpenAI({
apiKey: process.env.OPENAI_API_KEY,
sapiomApiKey: process.env.SAPIOM_API_KEY,
model: 'gpt-4'
});
const response = await model.invoke('Hello!');
See full README for complete documentation.
MIT © Sapiom
FAQs
LangChain v1.x integration for Sapiom SDK
The npm package @sapiom/langchain receives a total of 84 weekly downloads. As such, @sapiom/langchain popularity was classified as not popular.
We found that @sapiom/langchain demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.