From 5117c1e82ebe027a9d6fca4813f3fecea14b8e2c Mon Sep 17 00:00:00 2001 From: nanobot Date: Sat, 29 Aug 2026 09:20:49 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit memory/MEMORY.md: +1 -1 1 file changed, 1 insertion(+), 1 deletion(-) ```diff --- memory/MEMORY.md +++ memory/MEMORY.md @@ -10,7 +10,7 @@ - Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true` - `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 (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing +- `nanobot-version-check` cron job (denně 8:00 Europe/Prague) — porovná PyPI verzi `nanobot-ai` proti nainstalované; při novější verzi pošle Telegram notifikaci, jinak nic nedělá ## Integrations ``` --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 97964b3..26f5507 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -422 \ No newline at end of file +423 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 9c890d3..ea50e7f 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -10,7 +10,7 @@ This file stores important information that should persist across sessions. - Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true` - `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 (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing +- `nanobot-version-check` cron job (denně 8:00 Europe/Prague) — porovná PyPI verzi `nanobot-ai` proti nainstalované; při novější verzi pošle Telegram notifikaci, jinak nic nedělá ## Integrations