Describe the Bug
Graph display is modal; subsequent steps cannot run until the window is closed.
Operating System
Windows11
Python Version
3.12
Steps to Reproduce
Run the workflow
Logs or Screenshots
Expected
Non-blocking display (or a “live view” toggle) so users can watch node status updates in real time.
Actual
Execution is blocked until display is closed.
Additional Context
Suggested Fix
• Run display in a separate thread/process; or provide a non-blocking mode and a handle to close/refresh.
Priority
P2
Describe the Bug
Graph display is modal; subsequent steps cannot run until the window is closed.
Operating System
Windows11
Python Version
3.12
Steps to Reproduce
Run the workflow
Logs or Screenshots
Expected
Non-blocking display (or a “live view” toggle) so users can watch node status updates in real time.
Actual
Execution is blocked until display is closed.
Additional Context
Suggested Fix
• Run display in a separate thread/process; or provide a non-blocking mode and a handle to close/refresh.
Priority
P2