[PR #8] [MERGED] Long term memory #14

Closed
opened 2026-03-03 16:41:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/neural-maze/ava-whatsapp-agent-course/pull/8
Author: @jesuscopado
Created: 1/21/2025
Status: Merged
Merged: 1/21/2025
Merged by: @jesuscopado

Base: mainHead: long-term-memory


📝 Commits (6)

  • 0c645ad Chainlit config at root only
  • 155b242 Long term memory with Qdrant
  • c36c077 Unnecesary memory metadata removed
  • 834be7f Chainlit display mode changed to tool_call
  • be35a15 Improved MEMORY_ANALYSIS_PROMPT prompt to extracting important personal facts
  • 8bff1ca Update .env.example to include new environment variables for Qdrant and WhatsApp integration

📊 Changes

22 files changed (+958 additions, -2671 deletions)

View changed files

📝 .chainlit/config.toml (+3 -3)
📝 .env.example (+13 -4)
📝 pyproject.toml (+2 -0)
src/.chainlit/config.toml (+0 -121)
src/.chainlit/translations/bn.json (+0 -231)
src/.chainlit/translations/en-US.json (+0 -229)
src/.chainlit/translations/gu.json (+0 -231)
src/.chainlit/translations/he-IL.json (+0 -231)
src/.chainlit/translations/hi.json (+0 -231)
src/.chainlit/translations/kn.json (+0 -231)
src/.chainlit/translations/ml.json (+0 -231)
src/.chainlit/translations/mr.json (+0 -231)
src/.chainlit/translations/ta.json (+0 -231)
src/.chainlit/translations/te.json (+0 -231)
src/.chainlit/translations/zh-CN.json (+0 -229)
📝 src/ai_companion/core/prompts.py (+64 -0)
📝 src/ai_companion/graph/graph.py (+21 -2)
📝 src/ai_companion/graph/nodes.py (+49 -3)
src/ai_companion/modules/memory/long_term/memory_manager.py (+91 -0)
src/ai_companion/modules/memory/long_term/vector_store.py (+158 -0)

...and 2 more files

📄 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/neural-maze/ava-whatsapp-agent-course/pull/8 **Author:** [@jesuscopado](https://github.com/jesuscopado) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@jesuscopado](https://github.com/jesuscopado) **Base:** `main` ← **Head:** `long-term-memory` --- ### 📝 Commits (6) - [`0c645ad`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/0c645adfec01bfd5087cf95686d2b0e39c33645d) Chainlit config at root only - [`155b242`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/155b2420c36c1170c6d05f6345d84b219cd34b18) Long term memory with Qdrant - [`c36c077`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/c36c077595f570a101ab4e9cb0850cb8129526ba) Unnecesary memory metadata removed - [`834be7f`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/834be7f96a9a379dedcb982b9341bf5350dc0321) Chainlit display mode changed to tool_call - [`be35a15`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/be35a15ba97715454c7a896bb842585abb059ee7) Improved MEMORY_ANALYSIS_PROMPT prompt to extracting important personal facts - [`8bff1ca`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/8bff1ca1bb255d262db1235ef9fff560a2f5a247) Update .env.example to include new environment variables for Qdrant and WhatsApp integration ### 📊 Changes **22 files changed** (+958 additions, -2671 deletions) <details> <summary>View changed files</summary> 📝 `.chainlit/config.toml` (+3 -3) 📝 `.env.example` (+13 -4) 📝 `pyproject.toml` (+2 -0) ➖ `src/.chainlit/config.toml` (+0 -121) ➖ `src/.chainlit/translations/bn.json` (+0 -231) ➖ `src/.chainlit/translations/en-US.json` (+0 -229) ➖ `src/.chainlit/translations/gu.json` (+0 -231) ➖ `src/.chainlit/translations/he-IL.json` (+0 -231) ➖ `src/.chainlit/translations/hi.json` (+0 -231) ➖ `src/.chainlit/translations/kn.json` (+0 -231) ➖ `src/.chainlit/translations/ml.json` (+0 -231) ➖ `src/.chainlit/translations/mr.json` (+0 -231) ➖ `src/.chainlit/translations/ta.json` (+0 -231) ➖ `src/.chainlit/translations/te.json` (+0 -231) ➖ `src/.chainlit/translations/zh-CN.json` (+0 -229) 📝 `src/ai_companion/core/prompts.py` (+64 -0) 📝 `src/ai_companion/graph/graph.py` (+21 -2) 📝 `src/ai_companion/graph/nodes.py` (+49 -3) ➕ `src/ai_companion/modules/memory/long_term/memory_manager.py` (+91 -0) ➕ `src/ai_companion/modules/memory/long_term/vector_store.py` (+158 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:41:19 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ava-whatsapp-agent-course#14
No description provided.