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.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)