langgraph-cli

Automate LangGraph project scaffolding, local development, container builds, and platform deployment via the langgraph CLI.

Updated May 26, 2026
One-click install
npx skills add https://github.com/anukkrit149/anukkrit-skills --skill langgraph-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langgraph-cli
Source: https://github.com/anukkrit149/anukkrit-skills/tree/main/cloud/skills/langgraph-cli
Command: npx skills add https://github.com/anukkrit149/anukkrit-skills --skill langgraph-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LangGraph teams need a repeatable way to scaffold projects, run them locally, validate container builds, and deploy to LangGraph Platform without manually assembling Docker, configs, and deployment steps.

Core Features & Use Cases

  • Project lifecycle management: generate new LangGraph apps, run local dev servers with hot reload, and manage the full build/run/deploy flow end to end.
  • Config-driven execution: uses a langgraph.json file to standardize dependencies, graphs, env settings, and runtime behavior across commands.
  • Deployment operations & monitoring: supports deployment creation/update, listing, deletion, and log retrieval for both build-time and runtime troubleshooting.
  • LangGraph Platform support: deploys to LangGraph Platform (LangSmith Deployments) while handling common platform constraints such as Docker requirements.

Quick Start

Use the langgraph-cli skill to run langgraph new ./my-agent, then use langgraph dev to start your project with hot reload.

Frequently Asked Questions about langgraph-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold and deploy a LangGraph application from start to finish?

LangGraph deployment requires a langgraph.json file to define dependencies, graphs, and environment variables, while also requiring Docker to run local build/up flows and execute platform deployments.

Does building and running LangGraph apps locally require Docker?

Yes, building and running local Docker-based stacks for LangGraph applications requires Docker, although you can start a local hot-reload development server using the langgraph dev command without it.

How do I configure environment variables and dependencies for LangGraph deployment?

LangGraph deployment configuration is managed through a langgraph.json file for graphs and dependencies, while environment variables for local development and deployment secrets are handled via a standard .env file.

Can I view runtime and build logs for my LangGraph Platform deployment?

Yes, you can manage LangGraph Platform deployments by listing, deleting, and retrieving logs, which includes streaming both build-time and runtime logs for troubleshooting application issues.

What is the best way to standardize configuration across LangGraph dev and deployment environments?

Using a config-driven langgraph.json file standardizes dependencies, graphs, environment settings, and runtime behavior across local development servers, Docker container builds, and LangGraph Platform deployments.