🌐
PyPI
pypi.org › project › langgraph-cli
langgraph-cli · PyPI
pip install "langgraph-cli[inmem]" Create a new LangGraph project from a template · langgraph new [PATH] --template TEMPLATE_NAME · Run LangGraph API server in development mode with hot reloading ·
      » pip install langgraph-cli
    
Published   May 12, 2026
Version   0.4.26
🌐
Langchain
reference.langchain.com › python › langgraph-cli
langgraph_cli | LangChain Reference
CLI entrypoint for running the LangGraph API server. ... Create a new LangGraph project from a template.
🌐
Langchain
docs.langchain.com › langsmith › cli
LangGraph CLI - Docs by LangChain
March 8, 2026 - The npx @langchain/langgraph-cli dockerfile command translates all the configuration in your langgraph.json file into Dockerfile commands. When using this command, you will have to re-run it whenever you update your langgraph.json file.
🌐
LangChain
blog.langchain.com › launching-langgraph-templates
Launching LangGraph Templates
September 19, 2024 - Today we are excited to announce LangGraph templates, available in both Python and JS. These template repositories address common use cases and are designed for easy configuration and deployment to LangGraph Cloud. The best way to use these is to download the newest version of LangGraph Studio, but you can
🌐
Langchain
studio.langchain.com
LangGraph Studio - LangChain
npx @langchain/langgraph-cli@latest dev · or download desktop app (macOS only) Get started from a template · LangGraph.js Memory AgentBuild a memory agent that saves memories about the user with a tool call.
🌐
GitHub
github.com › DevTurtleBlog › langgraph-template
GitHub - DevTurtleBlog/langgraph-template: Basic template for LangGraph applications
This is a basic template for a LangGraph project. Version of Python >=3.11 and <4.0 · pip install langgraph-cli · export LANGSMITH_API_KEY="your-api-key" export PYTHONPATH="./src" python3 -m venv .venv · source .venv/bin/activate · ...
Author   DevTurtleBlog
🌐
GitHub
github.com › langchain-ai › new-langgraph-project
GitHub - langchain-ai/new-langgraph-project · GitHub
cd path/to/your/app pip install -e . "langgraph-cli[inmem]"
Starred by 249 users
Forked by 501 users
Languages   Python 51.6% | Makefile 48.4%
🌐
GitHub
github.com › langchain-ai › langgraph
GitHub - langchain-ai/langgraph: Build resilient agents. · GitHub
1 week ago - While LangGraph can be used standalone, it also integrates seamlessly with any LangChain product, giving developers a full suite of tools for building agents.
Starred by 31.9K users
Forked by 5.4K users
Languages   Python
Find elsewhere
🌐
CodeSandbox
codesandbox.io › examples › package › @langchain › langgraph-cli
@langchain/langgraph-cli examples - CodeSandbox
Use this online @langchain/langgraph-cli playground to view and fork @langchain/langgraph-cli example apps and templates on CodeSandbox.
🌐
DeepWiki
deepwiki.com › langchain-ai › langgraph › 5.1-cli-tool
CLI Tool | langchain-ai/langgraph | DeepWiki
Sources: libs/cli/langgraph_cli/cli.py419-515 libs/cli/langgraph_cli/cli.py362-372 · Creates a new LangGraph project from a template. Options: --template TEXT - Template to use for the new project · Sources: libs/cli/langgraph_cli/cli.py661-671 libs/cli/langgraph_cli/templates.py22 ·
🌐
Ks6088ts-labs
ks6088ts-labs.github.io › template-langgraph
LangGraph AI Agent Template
This project includes several agent implementations, each demonstrating different LangGraph patterns. You can render their graphs to PNG via the CLI (see Deployment) and run them from the terminal or Makefile targets.
🌐
LangChain
changelog.langchain.com › announcements › langgraph-templates-build-configurable-agentic-workflows
LangChain - Changelog | 📐 LangGraph Templates: Build configurable
September 23, 2024 - We’re excited to announce LangGraph Templates—available now in Python and JavaScript! These templates address common agentic use cases, allowing you to easily configure and deploy them to LangGraph Cloud.
🌐
LangChain
blog.langchain.com › introducing-deploy-cli
Introducing deploy cli
March 16, 2026 - We’ve also released new deep agent and simple agent templates that you can generate with langgraph new . To see how easy it is to deploy and manage your agents with the cli, see the below video:
🌐
Reddit
reddit.com › r/langchain › langgraph client cli - open source
r/LangChain on Reddit: Langgraph Client CLI - Open Source
August 5, 2025 -

TL;DR: I built a TypeScript CLI that makes testing LangGraph agents dead simple. No more writing custom scripts or complex SDK setup for every test.

🚨 The Problem

Anyone working with LangGraph agents knows the pain:

  • ❌ Writing throwaway scripts just to test one agent

  • ❌ Setting up the SDK manually for every experiment

  • ❌ Wrestling with JSON configs for simple tests

  • ❌ No easy way to stream responses or debug runs

  • ❌ You just want to throw one message at the assistant for testing

✅ The Solution

I created LangGraph Client CLI - a comprehensive TypeScript CLI that wraps the LangGraph SDK and makes agent easy for you, and apps like Claude Code

🔧 Key Features

  • 🤖 Complete LangGraph coverage: assistants, threads, runs management

  • ⚙️ Smart configuration: JSON files + environment variables + CLI overrides

  • 📡 Real-time streaming: See agent responses as they happen

  • 🚀 Production ready: Secure config, multiple deployment options

  • 📝 TypeScript throughout: Full type safety and great DX

🚀 Quick Start

# Install and test instantly
npx langgraph-client-cli@latest assistants list
npx langgraph-client-cli threads create
npx langgraph-client-cli runs stream <thread> <agent> --input '{"messages": [{"role": "human", "content": "Hello!"}]}'

💡 Real-World Usage

Perfect for:

  • 🔬 Rapid agent prototyping and testing

  • 🤖 Claude Code users who need command-line agent testing

  • 😤 Anyone tired of writing boilerplate SDK code

🔗 Links

  • NPM: https://www.npmjs.com/package/langgraph-client-cli

  • GitHub: https://github.com/nickwinder/langgraph-client-cli

Built this scratching my own itch - hope it helps others in the LangGraph community! Feedback and contributions welcome.

🌐
npm
npmjs.com › package › @langchain › langgraph-cli
@langchain/langgraph-cli - npm
March 27, 2026 - The official command-line interface ... 7 days ago. Start using @langchain/langgraph-cli in your project by running `npm i @langchain/langgraph-cli`. There are 1 other ......
      » npm install @langchain/langgraph-cli
    
Published   May 05, 2026
Version   1.2.1
🌐
Elastic
elastic.co › elasticsearch labs › blogs › ​​building a rag workflow using langgraph and elasticsearch
Build a RAG workflow with LangGraph and Elasticsearch - Elasticsearch Labs
December 31, 2025 - This blog focuses on running and customizing the LangChain Retrieval Agent Template using LangGraph Studio and LangGraph CLI.