← Back to adoptersCertified
Adopter quickstart
LangGraph proof path
Public waitlist preview for adopting Imladri with LangGraph: 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, TypeScript real-package, and Python executable surface smokes passed.
6/6 LangGraph lanes passed.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework langgraph --ci-provider githubInstall
pip install imladri langgraph
npm install @imladri/sdk @langchain/langgraphMinimal wrapper
import { ConstitutionalAgent, wrapLangGraphNodes } from "@imladri/sdk";
const agent = new ConstitutionalAgent({ agentId, apiKey, apiUrl, preflightUrl });
const guardedNodes = wrapLangGraphNodes(agent, graphNodes, {
strictTools: ["deploy.production", "secrets.read"],
});
await graph.invoke({ nodes: guardedNodes, input });Local proof artifacts
imladri sdk certify --real --target langgraph
imladri agent verify --samples 100 --concurrency 100
imladri proof export --format json --output imladri-proof.json