Skip to content

cli==0.1.78

Choose a tag to compare

@github-actions github-actions released this 21 Mar 18:11
8e922b8

langgraph-cli 0.1.78

Summary of Changes

  • Added support for specifying a custom LangGraph Studio URL in the dev command with the new --studio_url option (PR #3962)

Detailed Changes

CLI dev command

  • Added a new CLI option --studio_url to the dev command, allowing users to specify a custom URL for LangGraph Studio (PR #3962)
  • The Studio URL now defaults to https://smith.langchain.com if not specified
  • This makes it easier to connect to different LangGraph Studio instances when running in development mode