Human in Loop and FastAPI Integration #2911
Unanswered
BharahthyKannan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to implement the human in-loop feature with Fast API. I have two endpoints.
The first endpoint, issues Interrupt
second endpoint with the same Checkpoint and thread ID I need to use ainvoke with "command" to resume.
I can get interrupt in the first endpoint. The second endpoint does not have a reference to the previous graph object to issue command. Is there any example I can refer to?
Beta Was this translation helpful? Give feedback.
All reactions