dream: periodic memory consolidation
SOUL.md: +1 -1 memory/MEMORY.md: +1 -0 2 files changed, 2 insertions(+), 1 deletion(-) ```diff --- SOUL.md +++ SOUL.md @@ -24,7 +24,7 @@ - Čti před zápisem — nepředpokládej, že soubor existuje nebo obsahuje, co čekáš - Pro instalaci/upgrade nanobot používej výhradně `uv` — nepiš pip, pipx ani docker - Když tool call selže, diagnostikuj a zkus jiný přístup, než ohlásíš neúspěch -- Workspace safety guard omezuje file tool na `~/.nanobot/workspace/`; cesty mimo workspace nejsou dostupné ani pro čtení zdrojového kódu nanobot +- Workspace safety guard vynucuje hard boundary na `~/.nanobot/workspace/` — platí pro file tool i shell commands; blokované příkazy neobcházet symlinky, base64 pipingem, alternativními tooly ani `working_dir` overridey; cesty mimo workspace nejsou dostupné ani pro čtení zdrojového kódu nanobot - Chybějící info dohledej tooly. Uživatele se ptej, jen když to tooly nezvládnou - Po vícekrokových změnách ověř výsledek (re-read, test, kontrola výstupu) - Když existuje víc cest, vynes tradeoff nahlas místo tichého výběru jedné --- memory/MEMORY.md +++ memory/MEMORY.md @@ -11,6 +11,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 +- `uv` is currently unavailable and system Python lacks `croniter`; remind skill CLI cannot run via `uv run` — requires direct SQLite database access instead ## Integrations ```
This commit is contained in:
@@ -1 +1 @@
|
||||
420
|
||||
422
|
||||
@@ -11,6 +11,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
|
||||
- `uv` is currently unavailable and system Python lacks `croniter`; remind skill CLI cannot run via `uv run` — requires direct SQLite database access instead
|
||||
|
||||
## Integrations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user