5c7c266a45a7a5a40fbfc9615f72cf8d4c92ef0a
memory/MEMORY.md: +3 -6 1 file changed, 3 insertions(+), 6 deletions(-) ```diff --- memory/MEMORY.md +++ memory/MEMORY.md @@ -8,20 +8,17 @@ ## Runtime / Deployment -- Runs as a systemd user service `nanobot.service` -- Model switching via `my` tool requires `tools.my.allow_set = true` in config +- 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 ## Integrations -- Flight search: KAYAK je jediný datový zdroj (cz.kayak.com pro CZK); detaily viz skill flight-search -- České weby blokující automated fetching (Cloudflare / JS rendering): PCTuning.cz, vtm.zive.cz, zive.cz — pro plný obsah je potřeba manuální paste HTML od uživatele +- Integrations: KAYAK is the sole flight-search source; PCTuning.cz, vtm.zive.cz, zive.cz block automated fetching ## 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 -- Zálohy: wood.hell → pivo.hell (rekurzivní) +- Cross-channel session continuity via `unifiedSession: true`; backups: wood.hell → pivo.hell (recursive) --- ```
Description
No description provided
Languages
Python
99.8%
TypeScript
0.2%