mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
langchain-cli
This package implements the official CLI for LangGraph API.
How to Test CLI Changes Locally
These instructions are for CLI development and testing. Use the CLI examples to test CLI changes locally.
- Make changes to the CLI code.
- Navigate to the
libs/cli/examples:cd libs/cli/examples - Install CLI examples dependencies:
poetry install - Run/test CLI command (e.g.
langgraph build).