LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clilanggraph_cli
    Module●Since v0.1

    langgraph_cli

    Modules

    module
    analytics
    module
    schemas
    module
    host_backend

    HTTP client for LangGraph host backend deployments.

    module
    version

    Main entrypoint into package.

    module
    uv_lock
    module
    config
    module
    dependency_tracking

    Detection of tracked Python packages in a local LangGraph project.

    Mirrors host-backend's host.models.dependency_tracking so that CLI-based deploys report the same tracked_packages revision metadata that GitHub-based deploys do. The host backend strictly validates each entry against <package-name>:<version> with package-name in TRACKED_PACKAGES, so the detection rules here must match exactly.

    module
    templates
    module
    exec
    module
    progress
    module
    constants
    module
    docker
    module
    cli

    CLI entrypoint for LangGraph API server.

    module
    deploy

    Deploy command and subcommands for the LangGraph CLI.

    module
    archive

    Create a tarball of project source for remote builds.

    module
    util

    General-purpose utilities shared across the LangGraph CLI.

    View source on GitHub