v0.0.9
Changed
- Fixed function handler registration in FlowManager to handle
__function__:
tokens- Previously, the handler string was used directly, causing "not callable" errors
- Now correctly looks up and uses the actual function object from the main module
- Supports both direct function references and function names exported from the Flows editor