UNPKG

@langgraph-js/bundler

Version:

Build tool for LangGraph.js applications that packages graph configurations into deployable modules

13 lines (12 loc) 296 B
/** * LangGraph Bundler - 为LangGraph.js应用程序提供构建工具 * * @packageDocumentation */ import { LanggraphConfig } from './build.js'; export { buildLanggraph } from './build.js'; export type { LanggraphConfig }; /** * 版本号 */ export declare const version = "__VERSION__";