dream: periodic memory consolidation

Added the `nanobot-version-check` cron job to MEMORY.md under Runtime / Deployment. No other files needed changes.
This commit is contained in:
nanobot
2026-07-18 09:11:14 +02:00
parent 6c9101e1fc
commit d0e3d2fb17
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
404 405

View File

@@ -11,6 +11,7 @@ This file stores important information that should persist across sessions.
- Runs as a systemd user service `nanobot.service` - Runs as a systemd user service `nanobot.service`
- Model switching via `my` tool requires `tools.my.allow_set = true` in config - 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 - `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) sends Telegram notification with current/new version and upgrade command `uv tool upgrade nanobot-ai` when a new version is found
## Integrations ## Integrations