UNPKG

@langgraph-js/sdk

Version:

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

4 lines (3 loc) 255 B
import { LangGraphClientConfig } from "../LangGraphClient.js"; import { type ILangGraphClient } from "@langgraph-js/pure-graph/dist/types.js"; export declare const createLangGraphServerClient: (config: LangGraphClientConfig) => Promise<ILangGraphClient>;