[PR #13] [MERGED] Simplify graph + use lm #17

Closed
opened 2026-02-16 06:17:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/memory-template/pull/13
Author: @hinthornw
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @hinthornw

Base: mainHead: wfh/update_langmem


📝 Commits (2)

📊 Changes

11 files changed (+148 additions, -287 deletions)

View changed files

📝 README.md (+31 -31)
📝 langgraph.json (+1 -0)
📝 pyproject.toml (+13 -8)
📝 src/chatbot/configuration.py (+14 -10)
📝 src/chatbot/graph.py (+15 -14)
📝 src/chatbot/utils.py (+0 -12)
📝 src/memory_graph/configuration.py (+15 -9)
📝 src/memory_graph/graph.py (+55 -157)
src/memory_graph/state.py (+0 -30)
📝 src/memory_graph/utils.py (+3 -15)
📝 tests/unit_tests/test_configuration.py (+1 -1)

📄 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/memory-template/pull/13 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/update_langmem` --- ### 📝 Commits (2) - [`62714b6`](https://github.com/langchain-ai/memory-template/commit/62714b625b30db6b2182f68fb32d4d25e6671889) langmem_update - [`5af31c3`](https://github.com/langchain-ai/memory-template/commit/5af31c3efcfcf460e70b8532e83b8a50eeab1a35) Update to use langmem ### 📊 Changes **11 files changed** (+148 additions, -287 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+31 -31) 📝 `langgraph.json` (+1 -0) 📝 `pyproject.toml` (+13 -8) 📝 `src/chatbot/configuration.py` (+14 -10) 📝 `src/chatbot/graph.py` (+15 -14) 📝 `src/chatbot/utils.py` (+0 -12) 📝 `src/memory_graph/configuration.py` (+15 -9) 📝 `src/memory_graph/graph.py` (+55 -157) ➖ `src/memory_graph/state.py` (+0 -30) 📝 `src/memory_graph/utils.py` (+3 -15) 📝 `tests/unit_tests/test_configuration.py` (+1 -1) </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-16 06:17:43 -05:00
yindo closed this issue 2026-02-16 06:17:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/memory-template#17