Add user memory for cross-conversation recall #25

Merged
ryan merged 1 commits from feat/user-memory into main 2026-04-09 21:54:05 -04:00

1 Commits

Author SHA1 Message Date
Ryan Chen
c95800e65d Add user memory feature for cross-conversation recall
Give the LangChain agent a save_user_memory tool so users can ask it to
remember preferences and personal facts. Memories are stored per-user in
a new user_memories table and injected into the system prompt on each
conversation turn.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 21:53:14 -04:00