mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-01 09:25:02 -04:00
[PR #2] Wfh/reimplement with scheduled #1
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/langgraph-memory/pull/2
Author: @hinthornw
Created: 9/24/2024
Status: 🔄 Open
Base:
main← Head:wfh/reimplement_with_scheduled📝 Commits (9)
52067d1fixup738f1a3Foo4f39554shuffle3e2b982Some changes6065a33tmpde25134Update206af5dUpdate insertions8b6e3bbUse new thingbe0210eUpdate langraph version📊 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.