v0.106.0
huggingface/smolagentsv0.106.0Dec 23, 2024by GabiGrin
AI Summary
This release focuses on enhancing the flyde visual programming environment by introducing custom node creation capabilities, improving the macro node API, and cleaning up the standard library.
Key Highlights
- Custom nodes creation capabilities
- Improved macro node API
- Ability to switch between macros in the same namespace
- Standard library cleanup
New Features
- Custom nodes creation
- Improved macro node API
- Switching between macros in the same namespace
- Fix display of custom svg icons
Full Release Notes
## What's Changed * custom nodes creation + stdlib cleanup + fork any node preps by @GabiGrin in https://github.com/flydelabs/flyde/pull/175 * allow switching between macros in the same namespace by @GabiGrin in https://github.com/flydelabs/flyde/pull/172 * fix display of custom svg icons by @GabiGrin in https://github.com/flydelabs/flyde/pull/173 * Improved macro node API by @GabiGrin in https://github.com/flydelabs/flyde/pull/174 **Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.105.2...v0.106.0