Development
To develop the CLI itself:
Clone the repository
Navigate to the CLI directory:
cd libs/cliInstall development dependencies:
uv pip installMake your changes to the CLI code
Test your changes:
# Run CLI commands directly uv run langgraph --help # Or use the examples cd examples uv pip install uv run langgraph dev # or other commands
License
This project is licensed under the terms specified in the repository’s LICENSE file.