UNPKG

@langgraph-js/bundler

Version:

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

11 lines 236 B
/** * LangGraph Bundler - 为LangGraph.js应用程序提供构建工具 * * @packageDocumentation */ export { buildLanggraph } from './build.js'; /** * 版本号 */ export const version = '2.1.1'; //# sourceMappingURL=index.js.map