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
But on js version. I couldn't make it work. Im working on a fullstack nextjs langgraph chat demo and I need to gather some confidential data from user with hitl. I also tried to add a seperate human_review node with custom agent flow to modify tool arguments, That works but in that case I'm sending sensitive data to LLM. (It remembers the modified tool arguments)
If there are any other solutions I'm willing to try.
This is my graph file. Interrupt is in bookHotel tool.
I'm trying to gather some sensitive data inside tool call.
It is working on python version.
https://github.com/kturung/Langgraph-Multi-Agent-HITL-Form/blob/main/backend/src/backend/super.py#L78-L82
But on js version. I couldn't make it work. Im working on a fullstack nextjs langgraph chat demo and I need to gather some confidential data from user with hitl. I also tried to add a seperate human_review node with custom agent flow to modify tool arguments, That works but in that case I'm sending sensitive data to LLM. (It remembers the modified tool arguments)
If there are any other solutions I'm willing to try.
This is my graph file. Interrupt is in bookHotel tool.
Dependency versions:
"@langchain/core": "^0.3.42",
"@langchain/langgraph": "^0.2.53",
"@langchain/langgraph-swarm": "^0.0.2",
The text was updated successfully, but these errors were encountered: