Import memories agents already saved on disk
Import
Import memories agents already saved on disk
What memloom import agent-memory calls. Discovers the agents’ own well-known
memory folders (Claude Code per-project memory directories, GitHub Copilot’s
memory-tool notes; the client never supplies a filesystem path), parses each file
into memories, redacts secret-shaped strings, and saves through the belief
pipeline. No LLM extraction: the files are already distilled. A content-hash
ledger skips unchanged memories, so re-runs are free. The response streams NDJSON:
one {"type":"item"} event per folder, then {"type":"done"} with the totals.
POST
Import memories agents already saved on disk
Body
application/json
Response
NDJSON progress stream ending with a done (or error) event.