[PR #2] Wfh/reimplement with scheduled #1

Open
opened 2026-02-16 04:15:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-memory/pull/2
Author: @hinthornw
Created: 9/24/2024
Status: 🔄 Open

Base: mainHead: wfh/reimplement_with_scheduled


📝 Commits (9)

📊 Changes

20 files changed (+4565 additions, -2725 deletions)

View changed files

📝 Makefile (+5 -5)
📝 example.ipynb (+99 -21)
📝 langgraph.json (+2 -1)
memory_service/_settings.py (+0 -11)
memory_service/_utils.py (+0 -81)
memory_service/graph.py (+0 -263)
poetry.lock (+0 -2273)
📝 pyproject.toml (+22 -28)
src/example_app/__init__.py (+121 -0)
📝 src/memory_service/__init__.py (+0 -0)
📝 src/memory_service/_configuration.py (+27 -39)
📝 src/memory_service/_constants.py (+0 -0)
src/memory_service/_utils.py (+41 -0)
src/memory_service/graph.py (+146 -0)
src/memory_service/state.py (+30 -0)
tests/cassettes/337b71fe-920f-4c26-826d-8de9554e257e.yaml (+1521 -0)
tests/cassettes/e021dd72-efe0-40ee-91da-531b6b972bd0.yaml (+568 -0)
📝 tests/evals/test_memories.py (+4 -3)
tests/evals/test_store.py (+230 -0)
uv.lock (+1749 -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-memory/pull/2 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/24/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `wfh/reimplement_with_scheduled` --- ### 📝 Commits (9) - [`52067d1`](https://github.com/langchain-ai/langgraph-memory/commit/52067d18ff329afa25e6f9c410284e8a843c88b1) fixup - [`738f1a3`](https://github.com/langchain-ai/langgraph-memory/commit/738f1a3f771ca6832feb392256389f2cd36d09e1) Foo - [`4f39554`](https://github.com/langchain-ai/langgraph-memory/commit/4f395547bbfdab594b2cbc2ea5c7161beac2b513) shuffle - [`3e2b982`](https://github.com/langchain-ai/langgraph-memory/commit/3e2b98236316c9511079b3a42730d02cf57535bc) Some changes - [`6065a33`](https://github.com/langchain-ai/langgraph-memory/commit/6065a33a630387981d7338cbce8a850aca77628a) tmp - [`de25134`](https://github.com/langchain-ai/langgraph-memory/commit/de251349e361008894ef3c676c5dc9f4cf27af17) Update - [`206af5d`](https://github.com/langchain-ai/langgraph-memory/commit/206af5da050a37aeb2a8d0b5f59c32150cd3000b) Update insertions - [`8b6e3bb`](https://github.com/langchain-ai/langgraph-memory/commit/8b6e3bb894bfeeb2c536377f60fbea034aa9fcea) Use new thing - [`be0210e`](https://github.com/langchain-ai/langgraph-memory/commit/be0210e9fed8f9b1bb097f95ecb9e0ef0a9e7d7b) Update langraph version ### 📊 Changes **20 files changed** (+4565 additions, -2725 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -5) 📝 `example.ipynb` (+99 -21) 📝 `langgraph.json` (+2 -1) ➖ `memory_service/_settings.py` (+0 -11) ➖ `memory_service/_utils.py` (+0 -81) ➖ `memory_service/graph.py` (+0 -263) ➖ `poetry.lock` (+0 -2273) 📝 `pyproject.toml` (+22 -28) ➕ `src/example_app/__init__.py` (+121 -0) 📝 `src/memory_service/__init__.py` (+0 -0) 📝 `src/memory_service/_configuration.py` (+27 -39) 📝 `src/memory_service/_constants.py` (+0 -0) ➕ `src/memory_service/_utils.py` (+41 -0) ➕ `src/memory_service/graph.py` (+146 -0) ➕ `src/memory_service/state.py` (+30 -0) ➕ `tests/cassettes/337b71fe-920f-4c26-826d-8de9554e257e.yaml` (+1521 -0) ➕ `tests/cassettes/e021dd72-efe0-40ee-91da-531b6b972bd0.yaml` (+568 -0) 📝 `tests/evals/test_memories.py` (+4 -3) ➕ `tests/evals/test_store.py` (+230 -0) ➕ `uv.lock` (+1749 -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-16 04:15:39 -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-memory#1