You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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