[PR #1330] [MERGED] [docs]: purge message graph #2013

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1330
Author: @isahers1
Created: 8/13/2024
Status: Merged
Merged: 8/14/2024
Merged by: @isahers1

Base: mainHead: isaac/removemessagegraphreferences


📝 Commits (4)

📊 Changes

7 files changed (+1050 additions, -74 deletions)

View changed files

📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+158 -12)
📝 examples/chatbots/information-gather-prompting.ipynb (+8 -2)
📝 examples/llm-compiler/LLMCompiler.ipynb (+464 -24)
📝 examples/reflection/reflection.ipynb (+137 -11)
📝 examples/reflexion/reflexion.ipynb (+261 -13)
📝 libs/langgraph/langgraph/prebuilt/tool_node.py (+15 -9)
📝 libs/langgraph/langgraph/prebuilt/tool_validator.py (+7 -3)

📄 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/1330 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/14/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `isaac/removemessagegraphreferences` --- ### 📝 Commits (4) - [`30566e5`](https://github.com/langchain-ai/langgraph/commit/30566e55da1189f823a744daf0cc55fe092cd0c4) purge message graph - [`83c72db`](https://github.com/langchain-ai/langgraph/commit/83c72dbc547801ac9a765adf41b0fa9513769bb6) docstrings - [`fa60921`](https://github.com/langchain-ai/langgraph/commit/fa60921168294076d3e95e272d342d523e78fa98) use with dicts - [`4987c71`](https://github.com/langchain-ai/langgraph/commit/4987c713abc278883cd41d8a720ee7091d826e06) Merge branch 'main' into isaac/removemessagegraphreferences ### 📊 Changes **7 files changed** (+1050 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+158 -12) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+8 -2) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+464 -24) 📝 `examples/reflection/reflection.ipynb` (+137 -11) 📝 `examples/reflexion/reflexion.ipynb` (+261 -13) 📝 `libs/langgraph/langgraph/prebuilt/tool_node.py` (+15 -9) 📝 `libs/langgraph/langgraph/prebuilt/tool_validator.py` (+7 -3) </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:46:05 -05:00
yindo closed this issue 2026-02-20 17:46:05 -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#2013