-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for pause/resume/replay #14
Comments
- getState - getStateHistory - updateState - update streaming processing to support graph resume work on #14
…eping in consideration edges work on #14
Thank you for developing such a wonderful library; I really appreciate it and support your work. I have a question about trying to implement Human-In-the-Loop. How should I use the RunnableConfig returned by CompiledGraph#updateState? In the original LangGraph, according to this, it seems there is no return value from update_state and it is updated via nextNode("step_3"). |
Hi @hide212131, I'm working on documentation to clarify your question. However a quick answer is that the |
- check resume startpoint - refine state cloning - improve unit test work on #14
Hi @hide212131 the documentation is available here It works on last |
@bsorrentino Thank you for the documentation. It will be a great reference for future development! I have a few more things I'd like to clarify, so I've raised an issue here. |
Implements pause / (eventually update state) / resume / replay of workflow
take a look
The text was updated successfully, but these errors were encountered: