[PR #106] [MERGED] Add ReWOO #1239

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/106
Author: @hinthornw
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @hinthornw

Base: mainHead: harrison/rewoo


📝 Commits (8)

📊 Changes

8 files changed (+531 additions, -23 deletions)

View changed files

📝 README.md (+26 -12)
📝 examples/llm-compiler/LLMCompiler.ipynb (+9 -5)
examples/llm-compiler/img/llm-compiler.png (+0 -0)
examples/plan-and-execute/img/plan-and-execute.png (+0 -0)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+12 -6)
examples/rewoo/img/rewoo-paper-workflow.png (+0 -0)
examples/rewoo/img/rewoo.png (+0 -0)
examples/rewoo/rewoo.ipynb (+484 -0)

📄 Description

No description provided


🔄 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/106 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `harrison/rewoo` --- ### 📝 Commits (8) - [`899a76f`](https://github.com/langchain-ai/langgraph/commit/899a76f82b600e133db31ee55b91091c451d139a) add rewoo - [`0fc6c81`](https://github.com/langchain-ai/langgraph/commit/0fc6c813f2b7feba31e79d2c25096625d89f9e2b) Merge branch 'main' into harrison/rewoo - [`2f110d1`](https://github.com/langchain-ai/langgraph/commit/2f110d181b3b1940bac8bea49edf43efea5bdfd9) Add images + narration - [`b208ccd`](https://github.com/langchain-ai/langgraph/commit/b208ccded03fff07f99d00d4d96b8efcf4a6425d) Update conclusion - [`ac131cc`](https://github.com/langchain-ai/langgraph/commit/ac131cc954dc2011a810f65e0b39218f3b07bd53) Add llmcompiler - [`1307ce9`](https://github.com/langchain-ai/langgraph/commit/1307ce9cc761b673c635b4196c75a207b42df061) Update readme - [`92329b3`](https://github.com/langchain-ai/langgraph/commit/92329b3ae816dd6f638da3d51236c3f8c0742b97) reword - [`2753768`](https://github.com/langchain-ai/langgraph/commit/27537688051ce3c94425729001649743d820ab39) cite ### 📊 Changes **8 files changed** (+531 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+26 -12) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+9 -5) ➕ `examples/llm-compiler/img/llm-compiler.png` (+0 -0) ➕ `examples/plan-and-execute/img/plan-and-execute.png` (+0 -0) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+12 -6) ➕ `examples/rewoo/img/rewoo-paper-workflow.png` (+0 -0) ➕ `examples/rewoo/img/rewoo.png` (+0 -0) ➕ `examples/rewoo/rewoo.ipynb` (+484 -0) </details> ### 📄 Description _No description provided_ --- <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:15 -05:00
yindo closed this issue 2026-02-20 17:44:15 -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#1239