Socket
Book a DemoInstallSign in
Socket

create-langgraph-chat-app

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-langgraph-chat-app

Create a LangGraph chat app with one command

unpublished
latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

create-langgraph-chat-app

A CLI tool to quickly set up a LangGraph chat application with Vite.

Usage

# Using npx (recommended)
npx create-langgraph-chat-app

# Or you can install globally
npm install -g create-langgraph-chat-app
create-langgraph-chat-app

Features

  • Quick setup of a LangGraph chat application
  • Customizable deployment URL and graph/assistant ID
  • Vite-based frontend for fast development
  • Ready-to-use configuration

Options

During setup, you will be prompted for:

  • Deployment URL (default: http://localhost:2024)
  • Default graph/assistant ID (default: agent)
  • Project name

License

MIT

Keywords

langgraph

FAQs

Package last updated on 04 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts