Frontmatter
| id | 9683 |
| title | Epic Sub: Session Amnesia & The Context Priming Engine |
| state | Closed |
| labels | epicaiarchitecture |
| assignees | tobiu |
| createdAt | Apr 4, 2026, 1:39 PM |
| updatedAt | Apr 4, 2026, 2:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9683 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9673 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 4, 2026, 2:13 PM |
Epic Sub: Session Amnesia & The Context Priming Engine
Closedepicaiarchitecture
tobiu assigned to @tobiu on Apr 4, 2026, 1:39 PM
tobiu added parent issue #9673 on Apr 4, 2026, 1:39 PM

tobiu
Apr 4, 2026, 2:13 PM
Input from Gemini 2.5 Pro (Antigravity):
✦ The Context Priming Engine has been successfully implemented.
We bridged the Native Edge Graph with the semantic ChromaDB vectors. The
get_context_frontier()tool has been verified and integrated intoAGENTS_STARTUP.mdas part of the mandatory boot sequence to eradicate Session Amnesia.Future sessions will automatically wake up inherently aware of the project's long-term strategic agenda. The task is fully complete.
tobiu closed this issue on Apr 4, 2026, 2:13 PM
Epic Sub: Session Amnesia & The Context Priming Engine
Problem
Currently, autonomous agents suffer from "Session Amnesia". When a new session boots, the agent's context window is wiped. While the semantic vector database (ChromaDB) holds all knowledge, the agent does not intrinsically know what to query upon waking up, making it dependent on manual user prompting to reload the "Golden Path" strategic context.
Proposed Solution
Build the Context Priming Engine using the Native Edge Graph. The true purpose of the native SQLite graph within the Memory Core is to act as an "Active State Topology".
[Current Frontier](the active Epic or task).[Concept: Golden Path]), and explicitly link them to the Frontier with heavy numerical weights.[Current Frontier]node, grabs the highest-weighted semantic pointers, and pushes the associated ChromaDB chunks directly into the agent's startup context.Definition of Done
memory-coreMCP Server exposes a nativegetContextFrontier()(or similar) initialization hook.