Replies: 2 comments
-
What did you think? |
Beta Was this translation helpful? Give feedback.
0 replies
-
please implement this |
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.
-
Hi!
I think a good improvement in LangGraph Cloud could be to implement a feature that allow us to run Python code each time the workflow is interrupted or broken.
Something quite similar with Visual Studio Code debugger.
Currently we can see the state in this way, here:

But, I think that it could be better for debugging purposes to implement something like a Debug Console Terminal where you can interact dynamically with the variables.
So each time the graph is interrupted or broken (for an error), you can easily interact over the elements in the state and execute python commands quite identical as Debug Console Terminal from Visual Studio Code.
Here one simple example that what i mean:
langgraph.mp4
Beta Was this translation helpful? Give feedback.
All reactions