Skip to content

cli==0.1.81

Choose a tag to compare

@github-actions github-actions released this 28 Mar 22:17
e5aae80

langgraph-cli 0.1.81

Summary of Changes

  • Added support for UI configurations through a new ui_config parameter which can be passed to configure the LangGraph UI (PR #4079)

Detailed Changes

Configuration Handling

  • Added the ability to specify custom UI configurations through a new ui_config parameter in the langgraph configuration (PR #4079)
  • Extended Docker environment variables to include LANGGRAPH_UI_CONFIG when UI configurations are provided (PR #4079)