Skip to content

cli==0.1.89

Choose a tag to compare

@github-actions github-actions released this 04 Apr 17:49
05a4fcc

langgraph-cli 0.1.89

Summary of Changes

  • Enhanced the configuration format for graphs, allowing dictionaries with a 'path' key in addition to direct strings (PR #4164)

Detailed Changes

Configuration handling

  • Added support for a more flexible graph definition format in the configuration file. Previously, graphs could only be defined as simple strings (import paths), but now they can also be defined as dictionaries with a 'path' key (PR #4164)
  • Added validation to ensure proper format when using the dictionary format for graph definitions
  • Updated the internal path resolution logic to maintain the dictionary structure when present, preserving any additional metadata that might be included alongside the path