mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
11 lines
420 B
Markdown
11 lines
420 B
Markdown
# 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.
|
|
1. Make changes to the CLI code.
|
|
1. Navigate to the `libs/cli/examples`: `cd libs/cli/examples`
|
|
1. Install CLI examples dependencies: `poetry install`
|
|
1. Run/test CLI command (e.g. `langgraph build`).
|