Docs

LangChain.js & LangGraph.js

Instrument LangChain and LangGraph chains with Iqrar — wrap the agent, the chain, or pass the SDK as a callback.

bun add @iqrar/agent
import { Iqrar } from "@iqrar/agent";

const iqrar = Iqrar({
  org: "acme",
  jurisdiction: "EU",
  endpoint: process.env.IQRAR_API,
  agentId: "lc-research",
  capabilities: ["consumer_chatbot"],
});

const wrappedChain = iqrar.wrap(chain);
const result = await wrappedChain.invoke({ input: "..." });

// Or for LangGraph:
const wrappedGraph = iqrar.wrap(graph);
await wrappedGraph.invoke({ input: "..." });

See also

  • · ·
  • Python:
© 2026 Cortex Innovations (Pty) Ltd. Iqrar is a working name pending trademark clearance.Powered by Stratafy