← Back to adoptersCertified
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
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
imladri init --framework langchain --ci-provider githubInstall
pip install imladri langchain-core
npm install @imladri/sdk @langchain/coreMinimal wrapper
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
imladri sdk certify --real --target langchain
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json