AI AGENT ADDONS
AI & Agent Building
3,413installs

The LangGraph CLI is a command line tool for building and deploying AI agent applications. It helps you create a new project, run it locally for testing, and ship it to the cloud. You do not need to be a DevOps expert to use it.

With just a few commands you can scaffold a project from a template, start a development server with hot reload, build a Docker image, or deploy to LangGraph Platform. The tool reads a simple config file called langgraph.json to know how your app should run.

This skill covers the main commands like langgraph new, langgraph dev, langgraph build, and langgraph deploy. It is perfect for anyone who wants to quickly create and manage AI agent projects from the terminal.

Add Langgraph Cli skill to your workflow

Global

mkdir -p ~/.claude/skills/langgraph-cli

Project

mkdir -p .claude/skills/langgraph-cli

Source Repository

Stars
832
Forks
71
Watchers
832
Last Push
2 months ago
Created
6 months ago