Langgraph Human-in-loop with librechat #6891
Akram12-06
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
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've integrated Librechat with my custom backend built using Fastapi, Which hits an langgraph agent on every request.
In my usecase there is a HUMAN-IN-LOOP which waits for approval from user i.e., so the execution of graph will stops at a point and wait for user request.
Ones the request is recevied the agent exection starts from beginning(probably a new request).
Is there any feature in LibreChat so I can integrate with my usecase
Beta Was this translation helpful? Give feedback.
All reactions