From 1303d89496a80edbb956a0a2399efef19bf187e3 Mon Sep 17 00:00:00 2001 From: tingwei161803 Date: Wed, 19 Mar 2025 13:17:52 +0000 Subject: [PATCH 1/2] Add memory-related repositories --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 879345a..80b29c6 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ This repository contains a curated list of 120+ LLM libraries category wise. |--------------|------------------------------------------------------------------------------------------------------|-------| | mem0 | The Memory layer for your AI apps. | [Link](https://github.com/mem0ai/mem0) | | Memoripy | An AI memory layer with short- and long-term storage, semantic clustering, and optional memory decay for context-aware applications. | [Link](https://github.com/caspianmoon/memoripy) | +| Letta | An open-source framework for building stateful LLM applications with advanced reasoning capabilities and transparent long-term memory | [Link](https://github.com/letta-ai/letta) | +| Memobase | A user profile-based memory system designed to bring long-term user memory to your Generative AI applications. | [Link](https://github.com/memodb-io/memobase) |

Interface

From e73a4cd8eca8830adc2974461f6ccfc21da97a99 Mon Sep 17 00:00:00 2001 From: tingwei161803 Date: Wed, 19 Mar 2025 13:24:17 +0000 Subject: [PATCH 2/2] Change Letta to Letta (MemGPT) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b29c6..f3eeecc 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This repository contains a curated list of 120+ LLM libraries category wise. |--------------|------------------------------------------------------------------------------------------------------|-------| | mem0 | The Memory layer for your AI apps. | [Link](https://github.com/mem0ai/mem0) | | Memoripy | An AI memory layer with short- and long-term storage, semantic clustering, and optional memory decay for context-aware applications. | [Link](https://github.com/caspianmoon/memoripy) | -| Letta | An open-source framework for building stateful LLM applications with advanced reasoning capabilities and transparent long-term memory | [Link](https://github.com/letta-ai/letta) | +| Letta (MemGPT) | An open-source framework for building stateful LLM applications with advanced reasoning capabilities and transparent long-term memory | [Link](https://github.com/letta-ai/letta) | | Memobase | A user profile-based memory system designed to bring long-term user memory to your Generative AI applications. | [Link](https://github.com/memodb-io/memobase) |

Interface