mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
Added a js-example to show it builds Adapted integration tests after removing the test CLI command --------- Co-authored-by: Nuno Campos <nuno@langchain.dev>
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).