Replies: 1 comment
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Optimized Version:
I want to monitor the current state of the graph. Specifically, I need to know the parent node and the current node when a node starts or finishes execution.
For example, I want to track the graph's active node and identify its parent node to better understand the graph's real-time execution.
I tried using astream_events, but it didn’t work as expected.

Beta Was this translation helpful? Give feedback.
All reactions