LearnNewsExamplesServices
Frontmatter
id9641
titleThe "Night Shift" REM Pipeline (Hippocampus)
stateClosed
labels
epicaiarchitecture
assigneestobiu
createdAtApr 3, 2026, 12:44 PM
updatedAtApr 3, 2026, 1:22 PM
githubUrlhttps://github.com/neomjs/neo/issues/9641
authortobiu
commentsCount1
parentIssue9638
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 3, 2026, 1:22 PM

The "Night Shift" REM Pipeline (Hippocampus)

Closedepicaiarchitecture
tobiu
tobiu commented on Apr 3, 2026, 12:44 PM

Parent Epic: #9638

Problem

Episodic memories inside memory-core represent rich experiences but are unstructured. We need a way to asynchronously convert these into Knowledge Graph relationships.

Solution

  • Create DreamService.mjs inside neo/ai/mcp/server/memory-core/services/.
  • Implement a background ingestion loop (find unprocessed sessions, generate extraction prompt).
  • Extract Nodes/Edges and push into the knowledge-base Neocortex graph.
tobiu added the ai label on Apr 3, 2026, 12:44 PM
tobiu added the architecture label on Apr 3, 2026, 12:44 PM
tobiu added the feature label on Apr 3, 2026, 12:44 PM
tobiu added parent issue #9638 on Apr 3, 2026, 12:44 PM
tobiu removed the feature label on Apr 3, 2026, 12:46 PM
tobiu added the epic label on Apr 3, 2026, 12:46 PM
tobiu cross-referenced by #9649 on Apr 3, 2026, 1:04 PM
tobiu cross-referenced by #9651 on Apr 3, 2026, 1:04 PM
tobiu cross-referenced by #9650 on Apr 3, 2026, 1:04 PM
tobiu assigned to @tobiu on Apr 3, 2026, 1:22 PM
tobiu
tobiu Apr 3, 2026, 1:22 PM

Completed Epic 3 with offline ingestion loop, graph entity extraction, and memory-core to knowledge-base bridge.

tobiu closed this issue on Apr 3, 2026, 1:22 PM