cli==0.4.16
📦 langgraphView on GitHub →
✨ 3 features🐛 2 fixes🔧 1 symbols
Summary
This release of the CLI introduces new subcommands for managing langgraph deployments, including logs, list, and delete, alongside fixes for deployment tagging and client creation.
Migration Steps
- If you were using the previous implementation of `deploy list` and `deploy delete` subcommands, note that they were temporarily reverted and then re-added, ensuring the latest version reflects the intended functionality.
✨ New Features
- Added langgraph deploy logs subcommand.
- Added deploy list and deploy delete subcommands for langgraph.
- Added distributed runtime support to langgraph cli.
🐛 Bug Fixes
- Fixed langgraph deploy to use --tag.
- Cleaned up client creation code.