You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(isolation): add user_id and session_id support for multi-tenant memory isolation
- Add user_id and session_id fields to MemoryEntry model with optional serialization
- Extend MemeBuilder with user_id() and session_id() configuration methods
- Add Scope struct to VectorStore for filtering queries by user/session context
- Update all CLI commands (add, ask, export, import, list) with --user-id and --session-id flags
- Implement automatic scope injection in Meme::store_entries and Meme::import
0 commit comments