graphbookai / graphbook

The interactive and extensible editor for ML workflows
https://docs.graphbook.ai/
MIT License
1 stars 0 forks source link

Steppable Nodes #5

Closed rsamf closed 3 weeks ago

rsamf commented 1 month ago

We should be able to step through a node once until it executes. If the node is a BatchStep, the parent nodes should execute until the batchstep has enough input to execute or until there is no more outputs left from the parent dependencies, whichever happens first.