[PR #1] [MERGED] Draft MemGPT Service #2

Closed
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/1
Author: @hinthornw
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @hinthornw

Base: mainHead: wfh/first_commit


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph-memory/pull/1 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/first_commit` --- ### 📝 Commits (1) - [`9d1e6c4`](https://github.com/langchain-ai/langgraph-memory/commit/9d1e6c4a4c05d3ff8cc805ca22ffabda252afc41) Draft MemGPT Service ### 📊 Changes **14 files changed** (+3504 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Using Pinecone and any model that supports tool binding. --- <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
yindo closed this issue 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#2