Skip to content

v0.0.9

Compare
Choose a tag to compare
@markbackman markbackman released this 08 Dec 15:06
· 34 commits to main since this release
e729054

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