Description
Add a CLI command or tool to export memories to standard formats (JSON, CSV) for analysis or backup.
Acceptance Criteria
Context
Currently memory_export exports as NIP-78 Nostr events. A plain JSON/CSV export would be useful for users who want to analyze their agent's memory in spreadsheets or data tools.
Description
Add a CLI command or tool to export memories to standard formats (JSON, CSV) for analysis or backup.
Acceptance Criteria
lightning-memory export --format json(or csv)--type,--since,--limitContext
Currently
memory_exportexports as NIP-78 Nostr events. A plain JSON/CSV export would be useful for users who want to analyze their agent's memory in spreadsheets or data tools.