Files
create-agent-chat-app/src/index.ts
T
bracesproul 1ca8c2ea05 init commit
2025-03-04 14:07:58 -08:00

14 lines
411 B
TypeScript

// This file serves as the main entry point for the project
// When building the project, the code for the CLI lives in
// src/create-langgraph-chat-app/
/**
* The create-langgraph-chat-app CLI
* This package provides a command-line interface for creating a new LangGraph chat application
*
* @packageDocumentation
*/
// Re-export CLI functionality
export * from './create-langgraph-chat-app/index.js';