mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-01 09:25:02 -04:00
[PR #1] [MERGED] Draft MemGPT Service #2
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/1
Author: @hinthornw
Created: 6/26/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @hinthornw
Base:
main← Head:wfh/first_commit📝 Commits (1)
9d1e6c4Draft MemGPT Service📊 Changes
14 files changed (+3504 additions, -0 deletions)
View changed files
➕
.env.example(+7 -0)➕
Makefile(+20 -0)➕
langgraph.json(+8 -0)➕
memory_service/__init__.py(+5 -0)➕
memory_service/_constants.py(+5 -0)➕
memory_service/_schemas.py(+75 -0)➕
memory_service/_settings.py(+10 -0)➕
memory_service/_utils.py(+58 -0)➕
memory_service/chatbot.py(+202 -0)➕
memory_service/graph.py(+255 -0)➕
poetry.lock(+2617 -0)➕
pyproject.toml(+56 -0)➕
tests/conftest.py(+10 -0)➕
tests/evals/test_memories.py(+176 -0)📄 Description
Using Pinecone and any model that supports tool binding.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.