Files
langgraph/libs/cli/README.md
T
Andrew NguonlyandGitHub bb6785bbef cli: set verbose flag for pull in langgraph build (#955)
* Set verbose flag for langgraph build.

* Update CLI README.
2024-07-08 17:46:21 -07:00

420 B

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.
  2. Navigate to the libs/cli/examples: cd libs/cli/examples
  3. Install CLI examples dependencies: poetry install
  4. Run/test CLI command (e.g. langgraph build).