Add user memory for cross-conversation recall #25
Reference in New Issue
Block a user
Delete Branch "feat/user-memory"
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?
Summary
UserMemorymodel anduser_memoriestable for storing per-user facts/preferencessave_user_memoryLangChain agent tool so users can say "remember that..." and the agent persists itTest plan
tool_start/tool_endSSE events forsave_user_memorySELECT * FROM user_memoriesshows the saved factupdated_atinstead of creating a new row🤖 Generated with Claude Code