Skip to content

cli==0.1.75

Choose a tag to compare

@github-actions github-actions released this 06 Mar 19:02
a430b7f

langgraph-cli 0.1.75

Summary of Changes

  • Added JSON schema generation for langgraph.json files to enable IDE autocompletion and validation (#3684)
  • Added support for UI components in the LangGraph configuration (#3722)
  • Enhanced documentation for all configuration classes with detailed descriptions (#3684)
  • Added msgspec as a dependency for schema generation (#3684)

Detailed Changes

Configuration System

  • Added schema files (schema.json and schema.v0.json) that can be referenced in langgraph.json files to provide IDE autocompletion and validation (#3684)
  • Improved documentation for all configuration classes with detailed descriptions and examples (#3684)
  • Renamed StoreConfig.embed to StoreConfig.index for better semantics when configuring vector store capabilities (#3684)
  • Added more specific type hints throughout the configuration system (#3684)

UI Support

  • Added a new ui configuration option to the Config class to define UI components for agents (#3722)
  • Added support for setting the LANGGRAPH_UI environment variable in Docker deployments (#3722)
  • Updated schema to include UI configuration options (#3722)