The value of using pregel is supporting cyclical graphs, with concurrent tasks, but completely deterministic behavior (eg. doesn't matter that task A this time happens to finish before task B, its results will be applied in a predetermined order, etc)
dbmikus|1 year ago
Thanks for explaining! I didn't fully grok this from the LangGraph docs