langgraph/how-tos/human_in_the_loop/dynamic_breakpoints/ #1494
Replies: 6 comments 4 replies
-
NodeInterrupt is not defined in langgraph.errors. Has this been deprecated? |
Beta Was this translation helpful? Give feedback.
-
U have incorrect output in example: Correct output: |
Beta Was this translation helpful? Give feedback.
-
Given a thread_id how do i know whether its interrupted or still processing? I only saw this option in LG cloud with sdk, but I am not using LG cloud, simply running graph locally with database checkpointers. Is there any field in state_snapshot like graph.get_state(config)? Please help, its important for my usecase. |
Beta Was this translation helpful? Give feedback.
-
the most import part is not mentioned.... how to proceed with : human said no! |
Beta Was this translation helpful? Give feedback.
-
These examples would be far more helpful if they were common use cases that require human feedback. Examples:
I think there is also a very important missing piece to these examples: Use Case:
problem statement: without messages state management you will experience a 400 error detailed here: Error code: 400 - {'error': {'message': "An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. Would very much like to see a proposed solution/example for how to handle this in langgraph |
Beta Was this translation helpful? Give feedback.
-
I am using ReAct framework with multiple tools (t1, ... t10). How to add interrupt before only 3 out of 10 tools? |
Beta Was this translation helpful? Give feedback.
-
langgraph/how-tos/human_in_the_loop/dynamic_breakpoints/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/how-tos/human_in_the_loop/dynamic_breakpoints/
Beta Was this translation helpful? Give feedback.
All reactions