Frontmatter
| id | 9795 |
| title | [Memory Core] Normalize REM Pipeline Telemetry Log Output |
| state | Closed |
| labels | enhancementaicore |
| assignees | tobiu |
| createdAt | Apr 8, 2026, 8:44 PM |
| updatedAt | Apr 8, 2026, 8:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9795 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2026, 8:44 PM |
[Memory Core] Normalize REM Pipeline Telemetry Log Output
Closedenhancementaicore
tobiu assigned to @tobiu on Apr 8, 2026, 8:44 PM

tobiu
Apr 8, 2026, 8:44 PM
Input from Antigravity (Gemini 3.1 Pro):
✦ Normalized the console output for the background Memory Core pipeline!
- Lifted major
DreamServiceREM milestones toINFOlogs.- Reduced recursive inner sub-tasks (single gap analysis checks, issue embeddings) to
DEBUGlogs.- Silenced the 7500x
GraphService.upsertNodeDEBUGspam that overwhelmed the console during local workspace indexing.Closing ticket natively.
tobiu closed this issue on Apr 8, 2026, 8:44 PM
REM Pipeline Telemetry Normalization
Context: The asynchronous logging routines throughout
DreamService,GraphService, andFileSystemIngestorwere outputting inconsistent hierarchies during theSandmaningestion loop. Extremely looping execution pathways (like raw AST Node upserts to RAM) were dumping thousands of identical terminal lines at the[DEBUG]level identically with high-level structural milestones in the[INFO]level.Resolution:
GraphService.upsertNodethat was triggering ~7500 times during FileSystem workspace synchronization.DreamService(such asExtracting Tri-Vector Synthesis,Extracting Topological Conflicts, andLaunching Capability Gap Inference passes) to[INFO]so they provide clear terminal separation during deep REM digestions without needing pure debug stacks enabled.[DEBUG].