Files
langgraph/tests
Nuno Campos 7a1feb466b Implement map-reduce api for StateGraph/Pregel
- current Pregel primitive is pull-based, ie. nodes write to channels, and it's up to other nodes to subscribe to those channels to "pull" updates
- this adds a "push" primitive where a node can directly schedule a node (more than once if desired) for execution in the next step, with additional kwargs to be passed in. Nodes scheduled in this way get called with both the current state and any kwargs passed to Packet
2024-05-30 15:36:32 -07:00
..
WIP
2024-05-30 11:45:21 -07:00
2024-02-29 19:07:58 -08:00
2024-03-31 17:17:18 -07:00
2024-03-21 15:54:03 -07:00
2024-05-14 15:36:38 -07:00
2024-05-15 20:02:38 -07:00
2024-05-20 09:33:19 -07:00
2024-05-15 10:54:53 -07:00