Skip to content

Commit

Permalink
Merge pull request #2417 from langchain-ai/vb/fix-debug-async
Browse files Browse the repository at this point in the history
langgraph: add debug to AsyncPregelLoop
  • Loading branch information
nfcampos authored Nov 14, 2024
2 parents dc0281b + da1a80e commit 970e68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/langgraph/langgraph/pregel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ def output() -> Iterator:
interrupt_before=interrupt_before_,
interrupt_after=interrupt_after_,
manager=run_manager,
debug=debug,
) as loop:
# create runner
runner = PregelRunner(
Expand Down

0 comments on commit 970e68e

Please sign in to comment.