-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or requestmemoryPersistence and memoryPersistence and memorysize/M
Description
Parent: #740 (P2)
Problem
No mechanism for memory portability, backup, or migration between instances.
Solution
- Export: dump SQLite tables + Qdrant points to a portable format (JSON or SQLite file)
- Import: load with conflict resolution (skip, overwrite, merge)
- CLI subcommand:
zeph memory export/import
Affected crates
zeph-memoryzeph(CLI subcommand)
Acceptance criteria
- Round-trip export/import preserves all data
- Conflict resolution options
- CLI interface
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmemoryPersistence and memoryPersistence and memorysize/M