Hi! Sorry, I don't have any updates about human-in-the-loop support for now. I think we'll post updates to the issue.
If you have suggestions or requirements for your use case please let us know (here or in the issue).
Is see that in addition to Langgraph Interrupts there is also Human-in-the-loop Middleware in Langchain. I was wondering which approach is more convenient for your use cases.
e
electrolobzik
02/15/2026, 11:30 AM
@Sergei Pestrikov I believe it would be nice to have both. The first is to control the flow, when you need some feedback from the user inside the graph, especially if it affects the following steps. The second for me looks more like a policy thing, which allows to control what is allowed and what is not, getting confirmation from the user.
electrolobzik
02/15/2026, 11:31 AM
In my particular case the first is most important, since I am building chat-bots where agent can ask something or confirm something with the user.