Replies: 1 comment
-
Hi @Vert53 we have an example with a human in the loop here: https://haystack.deepset.ai/cookbook/agent_with_human_in_the_loop Another way for human in the loop is to use our pipeline breakpoint feature: deepset-ai/haystack-experimental#281 The topic also came up recently on our discord server. We discussed it here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an agent. How can I implement human in the loop confirmation? I need a way to stop execution, persist the chat history and resume later (stateless agent worker) when the user confirmed. Is there something like langchain's interrupt?
Beta Was this translation helpful? Give feedback.
All reactions