UNPKG

@langgraph-js/sdk

Version:

The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces

4 lines (3 loc) 249 B
import { LangGraphClientConfig } from "../LangGraphClient.js"; import { ILangGraphClient } from "@langgraph-js/pure-graph/dist/types.js"; export declare const createLowerJSClient: (config: Omit<LangGraphClientConfig, "client">) => ILangGraphClient;