mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-27 04:25:51 +03:00
[PR #4] [MERGED] add short term memory and general refactor #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/neural-maze/ava-whatsapp-agent-course/pull/4
Author: @MichaelisTrofficus
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @MichaelisTrofficus
Base:
main← Head:add-supabase-persistence📝 Commits (3)
2c447d5add new router notebook676cd20refactor memory code76ffb33refactor graph folder📊 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.