#!/usr/bin/env node
/**
 * LangGraph.js CLI工具
 *
 * 支持两个主要功能：
 * - dev: 启动开发服务器
 * - build: 构建应用
 */
export {};
