Development

To develop the CLI itself:

  1. Clone the repository

  2. Navigate to the CLI directory: cd libs/cli

  3. Install development dependencies: uv pip install

  4. Make your changes to the CLI code

  5. 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.