Files
MemoryBear/api/app/repositories/neo4j
lanceyq d66d601e41 refactor(memory): redesign metadata extraction as async pipeline step
- Replace extract_user_metadata_task with entity-level extract_metadata_batch_task
- Add MetadataExtractionStep following ExtractionStep pattern with Jinja2 prompts
- Flatten MetadataExtractionResponse to 9-field schema (aliases, core_facts, etc.)
- Add Cypher queries for incremental metadata writeback and alias edge redirection
- Wire _extract_metadata into WritePipeline as Step 3.6 (fire-and-forget)
- Add pilot_write() to MemoryService; refactor pilot_run_service to use it
- Extract snapshot logic into WriteSnapshotRecorder
2026-05-08 11:27:51 +08:00
..
2026-02-05 13:50:04 +08:00
2026-01-26 11:53:34 +08:00
2026-02-10 13:46:09 +08:00
2026-01-07 16:00:53 +08:00
2026-01-20 10:39:12 +08:00