From 90dd2b01b6bbad852fefc4d0faeecf4ccbf669e3 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 19 Nov 2024 17:19:30 -0800 Subject: [PATCH] Comment --- libs/langgraph/langgraph/pregel/runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/langgraph/langgraph/pregel/runner.py b/libs/langgraph/langgraph/pregel/runner.py index 150e84f30..a7a17fc09 100644 --- a/libs/langgraph/langgraph/pregel/runner.py +++ b/libs/langgraph/langgraph/pregel/runner.py @@ -248,6 +248,7 @@ class PregelRunner: # bail if not a PUSH write if w[0] != PUSH: continue + # TODO apply changes from sync version # schedule the next task, if the callback returns one if next_task := self.schedule_task( task,