[PR #520] [CLOSED] ReWoo with persistence #1517

Closed
opened 2026-02-20 17:44:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/520
Author: @lgesuellip
Created: 5/21/2024
Status: Closed

Base: mainHead: lgesuellip/21may/rewoo-persistence


📝 Commits (2)

📊 Changes

1 file changed (+392 additions, -40 deletions)

View changed files

📝 examples/rewoo/rewoo.ipynb (+392 -40)

📄 Description

Summary

This PR implements the ReWoo example with persistence.
Based on the LangChain ReWoo example, I implemented a version that includes checkpoint saving. This implementation follows the approach used in the Agents persistence example.

To Do

  • Run the rewoo.ipynb notebook.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/520 **Author:** [@lgesuellip](https://github.com/lgesuellip) **Created:** 5/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `lgesuellip/21may/rewoo-persistence` --- ### 📝 Commits (2) - [`4b52362`](https://github.com/langchain-ai/langgraph/commit/4b52362df3facb71e9e191dbb0e38365cdeba34e) Add persistence - [`c278980`](https://github.com/langchain-ai/langgraph/commit/c278980d2025ce1284859ab727eb43c209c68522) Run notebook ### 📊 Changes **1 file changed** (+392 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `examples/rewoo/rewoo.ipynb` (+392 -40) </details> ### 📄 Description ### Summary This PR implements the ReWoo example with persistence. Based on the [LangChain ReWoo example](https://github.com/langchain-ai/langgraph/blob/main/examples/rewoo/rewoo.ipynb), I implemented a version that includes checkpoint saving. This implementation follows the approach used in the [Agents persistence example](https://github.com/langchain-ai/langgraph/blob/main/examples/persistence.ipynb). ### To Do * [X] Run the `rewoo.ipynb` notebook. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:56 -05:00
yindo closed this issue 2026-02-20 17:44:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1517