fix: handle missing 'name' key in memory JSON import (#241)

Signed-off-by: Joe P <joe@basicmemory.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: jope-bm <jope-bm@users.noreply.github.com>
This commit is contained in:
jope-bm
2025-07-28 14:52:15 -06:00
committed by GitHub
parent 6361574a20
commit a4a3b1b689
11 changed files with 183 additions and 110 deletions
@@ -76,7 +76,8 @@ def memory_json(
Panel(
f"[green]Import complete![/green]\n\n"
f"Created {result.entities} entities\n"
f"Added {result.relations} relations",
f"Added {result.relations} relations\n"
f"Skipped {result.skipped_entities} entities\n",
expand=False,
)
)