[PR #4] [MERGED] add short term memory and general refactor #10

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

📋 Pull Request Information

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

Base: mainHead: add-supabase-persistence


📝 Commits (3)

📊 Changes

31 files changed (+3277 additions, -175 deletions)

View changed files

.chainlit/config.toml (+121 -0)
.chainlit/translations/bn.json (+231 -0)
.chainlit/translations/en-US.json (+229 -0)
.chainlit/translations/gu.json (+231 -0)
.chainlit/translations/he-IL.json (+231 -0)
.chainlit/translations/hi.json (+231 -0)
.chainlit/translations/kn.json (+231 -0)
.chainlit/translations/ml.json (+231 -0)
.chainlit/translations/mr.json (+231 -0)
.chainlit/translations/ta.json (+231 -0)
.chainlit/translations/te.json (+231 -0)
.chainlit/translations/zh-CN.json (+229 -0)
📝 .gitignore (+3 -2)
chainlit.md (+0 -14)
notebooks/router.ipynb (+231 -0)
📝 pyproject.toml (+5 -0)
📝 src/ai_companion/core/prompts.py (+10 -38)
📝 src/ai_companion/graph/__init__.py (+3 -0)
src/ai_companion/graph/agent.py (+0 -44)
📝 src/ai_companion/graph/edges.py (+3 -3)

...and 11 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/4 **Author:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Base:** `main` ← **Head:** `add-supabase-persistence` --- ### 📝 Commits (3) - [`2c447d5`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/2c447d5bff79fafced4f31f0ea4751109ca5e2d3) add new router notebook - [`676cd20`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/676cd20f79b3f7767321b75f73a5305642f25e9b) refactor memory code - [`76ffb33`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/76ffb330846c498dca5a3828caae9f79c16801f2) refactor graph folder ### 📊 Changes **31 files changed** (+3277 additions, -175 deletions) <details> <summary>View changed files</summary> ➕ `.chainlit/config.toml` (+121 -0) ➕ `.chainlit/translations/bn.json` (+231 -0) ➕ `.chainlit/translations/en-US.json` (+229 -0) ➕ `.chainlit/translations/gu.json` (+231 -0) ➕ `.chainlit/translations/he-IL.json` (+231 -0) ➕ `.chainlit/translations/hi.json` (+231 -0) ➕ `.chainlit/translations/kn.json` (+231 -0) ➕ `.chainlit/translations/ml.json` (+231 -0) ➕ `.chainlit/translations/mr.json` (+231 -0) ➕ `.chainlit/translations/ta.json` (+231 -0) ➕ `.chainlit/translations/te.json` (+231 -0) ➕ `.chainlit/translations/zh-CN.json` (+229 -0) 📝 `.gitignore` (+3 -2) ➖ `chainlit.md` (+0 -14) ➕ `notebooks/router.ipynb` (+231 -0) 📝 `pyproject.toml` (+5 -0) 📝 `src/ai_companion/core/prompts.py` (+10 -38) 📝 `src/ai_companion/graph/__init__.py` (+3 -0) ➖ `src/ai_companion/graph/agent.py` (+0 -44) 📝 `src/ai_companion/graph/edges.py` (+3 -3) _...and 11 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:18 +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#10
No description provided.