breadboard
breadboard copied to clipboard
[UX] Allow for running of sub-boards and nodes
I was making some tools today, and a couple of them had sub-boards. We don't currently support running sub-boards, but I think it would be a good thing to have so you can check it does the right thing in isolation.
@dglazkov I think I might need you for this a bit. Do we need to anything in particular to make it work from a runner perspective? I feel like we could either support subgraphs in the runner, or we could make a new runner instance when we want to run the subgraph... but also I feel like this has implications for running a node in isolation, too. Is there some unified way of approaching this?