You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm new to LangGraph and currently exploring it for a personal project. While following the documentation, I've completed most parts, such as human_input and route_after_node, but I'm a bit stuck on how to properly build the graph.
Below is the expected graph.
The graph I'm aiming to create involves three human inputs between node_1 and node_4. The decisions within the graph should be made based solely on the node outputs, with human inputs included only for user reference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I'm new to LangGraph and currently exploring it for a personal project. While following the documentation, I've completed most parts, such as
human_input
androute_after_node
, but I'm a bit stuck on how to properly build the graph.Below is the expected graph.
The graph I'm aiming to create involves three human inputs between
node_1
andnode_4
. The decisions within the graph should be made based solely on the node outputs, with human inputs included only for user reference.Below is a sample of the code I'm working with:
Any guidance or suggestions would be greatly appreciated.
Thank you for your time and support.
Best regards,
Laxmidhar
Beta Was this translation helpful? Give feedback.
All reactions