Frontmatter
| id | 9658 |
| title | Enhance Memory-Core for explicit Gemma4 offline session summarization |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 2:31 PM |
| updatedAt | Apr 3, 2026, 3:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9658 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9638 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 3:20 PM |
Enhance Memory-Core for explicit Gemma4 offline session summarization
Closedenhancementai

tobiu
Apr 3, 2026, 3:20 PM
Pushed in 9aaf7ba90. Playwright unit tests succeed successfully connecting to the local Ollama daemon for memory-core summarization.
tobiu closed this issue on Apr 3, 2026, 3:20 PM
tobiu assigned to @tobiu on Apr 3, 2026, 3:48 PM
tobiu added parent issue #9638 on Apr 3, 2026, 3:48 PM
The
Memory-Corecurrently enforces Google Gemini logic internally for compiling summarization meta-blocks and indexing cognitive drift.In pursuit of complete offline AI Swarm viability, this requirement should be configurable. We need to optionally route session summarizations through local Ollama models (such as
gemma4), bypassing the Gemini upstream requirement where the offline topology proves capable enough.Acceptance Criteria
config.mjsin Memory Core with variables for localmodelProviderandollamaendpoints.SessionService.mjsso it automatically maps prompt configurations through the correct REST pipeline (Ollama APIs vs Gemini SDK).five turnsof dummy agent behavior, provinggemma4can reliably intercept the summarization chain.gemma4or theollamadaemon is unreachable.