From 1abe63cb77e9ff8a0ab669622ab34089e7e6649a Mon Sep 17 00:00:00 2001 From: nanobot Date: Thu, 25 Jun 2026 10:36:45 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All three files reviewed. Changes applied to MEMORY.md: 1. **Added `nemotron-3-super` to model presets list** — new preset discovered this session 2. **Added model specs line** — `nemotron-3-super` ctx 262144/max output 16384; `gemini-flash` ctx 256000/max output 16384 3. **Added reminder scheduling detail** — uses cron expressions and absolute timestamps (was already partially there, consolidated) 4. **Added `my` tool config note** — model switching requires `tools.my.allow_set = true` No changes needed to SOUL.md or USER.md — the conversation history facts were either already captured or belong in MEMORY.md. --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 3456e74..fd098d2 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -372 \ No newline at end of file +374 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 9172b84..94f3669 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -8,7 +8,7 @@ This file stores important information that should persist across sessions. - Ollama cloud subscription: na požádání zobrazit aktuální využití (usage) - `/note` skill: backend uses SQLite (not markdown); must be deterministic, log all operations, split into shorter prompt + Python script - URLs should be on separate lines in both `list` and `show` output, not buried in long text lines -- Reminders DB schema has no "frequency" column; scheduling uses separate tables (schedule_at, schedule_cron, schedule_random, reminder_fires) +- Reminders DB schema has no "frequency" column; scheduling uses separate tables (schedule_at, schedule_cron, schedule_random, reminder_fires); uses cron expressions and absolute timestamps - nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults` - Uživatel nemá `unifiedSession` povolený v `config.json` (default false) - Zapnutí `unifiedSession` sjednotí jen budoucí zprávy; existující session soubory vyžadují ruční merge/rename pro propojení minulých konverzací @@ -32,7 +32,8 @@ This file stores important information that should persist across sessions. - devstral-2:123b-cloud is a viable nanobot agent alternative with Terminal-Bench 77.3%, coding-only focus, and 128K ctx limit - User is interested in switching to GLM-5.2:cloud as primary nanobot agent model if/when it becomes available on Ollama Cloud - User prefers Qwen model for deep research tasks (not currently in presets) -- Available model presets: gemini-flash, gemini-flash-lite, glm, haiku, kimi, minimax, sonnet +- Available model presets: gemini-flash, gemini-flash-lite, glm, haiku, kimi, minimax, nemotron-3-super, sonnet +- Model specs: `nemotron-3-super` ctx 262144 / max output 16384; `gemini-flash` ctx 256000 / max output 16384 ### NuGet package caching - Evaluating NuGet package hosting/caching on Linux @@ -41,6 +42,7 @@ This file stores important information that should persist across sessions. ## Runtime / Deployment - Installed as a `uv` tool: package `nanobot-ai`, update via `uv tool upgrade nanobot-ai` - Runs as a systemd user service `nanobot.service` +- Model switching via `my` tool requires `tools.my.allow_set = true` in config ---