← Back to adopters
Adopter quickstart

LangChain proof path

Public waitlist preview for adopting Imladri with LangChain: initialize the adapter, wrap one risky capability, run the local scanner, and review the proof artifacts before a private design-partner workspace is opened.

Certification status

Certified

Certified

Wrapper-contract and real-package smoke passed for Python and TypeScript lanes.

4/4 lanes passed across langchain-core and @langchain/core.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework langchain --ci-provider github
Install
dependencies
pip install imladri langchain-core
npm install @imladri/sdk @langchain/core
Minimal wrapper
mixed
import { ConstitutionalAgent, wrapLangChainTools } from "@imladri/sdk";

const agent = new ConstitutionalAgent({ agentId, apiKey, apiUrl, preflightUrl });
const guardedTools = wrapLangChainTools(agent, tools, {
  strictTools: ["payment.transfer", "cloud.deploy"],
});

await guardedTools[0].invoke({ customerId: "cust_123" });
Local proof artifacts
local artifacts
imladri sdk certify --real --target langchain
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json