mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
* Add ability to output docker compose file `langgraph dockerfile Dockerfile --add-docker-compose` * Add emoji in places
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).