Pregel actually doesn't require the structure of the graph to be declared ahead of time, the next set of tasks (functions) to run is computed at the beginning of each step, so in theory the graph topology could be entirely dynamic. Langgraph supports dynamic topologies too, ie. don't declare any hard edges, add a conditional edge after every node
dbmikus|1 year ago
Is there a succinct explanation of the value that pregel brings to LangGraph? Is it the 3 items I mentioned?
nfcampos|1 year ago