From 5892294b66db4a1bd08708ed01e18f8651f23e12 Mon Sep 17 00:00:00 2001 From: nanobot Date: Sat, 18 Jul 2026 03:10:59 +0200 Subject: [PATCH] dream: periodic memory consolidation --- memory/MEMORY.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 1829a3a..31bbb46 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -11,7 +11,6 @@ This file stores important information that should persist across sessions. - Runs as a systemd user service `nanobot.service` - Model switching via `my` tool requires `tools.my.allow_set = true` in config - `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API -- `nanobot-version-check` cron job ID `e81cda77`; when it detects a new `nanobot-ai` version, the notification includes the upgrade command `uv tool upgrade nanobot-ai`. ## Integrations @@ -21,8 +20,6 @@ This file stores important information that should persist across sessions. ## Architecture - nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults`; uživatel nemá `unifiedSession` povolený (default false) — zapnutí sjednotí jen budoucí zprávy, existující session soubory vyžadují ruční merge/rename -- Dream consolidates memory across SOUL.md, USER.md, MEMORY.md, and AGENTS.md -- User wants native deterministic command dispatch (`!command text` → registered Python function/external app, no LLM involvement) and is exploring litellm proxy for Ollama - Zálohy: wood.hell → pivo.hell (rekurzivní) ---