mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-21 08:25:29 -04:00
[PR #13] [MERGED] Simplify graph + use lm #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:wfh/update_langmem📝 Commits (2)
62714b6langmem_update5af31c3Update to use langmem📊 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.