Added - add task wrapper based on asyncssh. - add data model based components for `MVC` design pattern. - add terminal component.
0.13.0
Added - add pytorch `torch.export` flow graph support - BREAKING CHANGE: change implementation of component event handling, you must use devflow v0.13.x to work with this version.
Added - add a special handle type in compute flow. Fixed - fix a serious bug when user use nested layout-change method. - fix watchdog problem in mac os - fix exception handling in ctrl loop.
Added - add controlled loop that can make loop in sync functions controllable via `ControlledLoop` component. - add label render support for points Fixed - fix caller lineno in call tracer - fix small bug in compute flow - fix some bug in shutdown logic