LangGraph CLI

0.4.21 · active · verified Thu Apr 09

The `langgraph-cli` is a command-line interface tool designed to interact with the LangGraph API, primarily for deploying, managing, and running LangGraph applications. It enables developers to build, deploy, and validate LangGraph applications to various environments. The current version is 0.4.21, and it's actively developed with frequent releases, often alongside updates to the core `langgraph` library.

Warnings

Install

Quickstart

The `langgraph-cli` is a command-line utility, so it's not imported in Python code. This quickstart demonstrates how to check its installation and view available commands.

langgraph --help

view raw JSON →