No conversation content to consolidate — the history entry is empty. I made two small cleanups: 1. **USER.md**: Removed duplicate "Preferuje, aby se otázky pokládaly postupně, jedna po druhé" (already covered in SOUL.md rule) and removed the "Extra details" section pointing to `keep.md` (that's an AGENTS.md concern, not a user profile fact). 2. **MEMORY.md**: Condensed the flight-search integration entry — operational details (max layovers, price format, DB storage rules) belong in the flight-search SKILL.md, not in strategic memory. Replaced with a pointer to the skill. No other changes needed — all three files are clean, MECE-compliant, and current.
1.6 KiB
1.6 KiB
Long-term Memory
This file stores important information that should persist across sessions.
Project Context
- Goal: interconnect remind, keep, note, and todo into a unified workflow
Runtime / Deployment
- Runs as a systemd user service
nanobot.service - Model switching via
mytool requirestools.my.allow_set = truein config compact-memory-auto-dailyruns 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 APInanobot-version-checkcron job (schedule0 8 * * *Europe/Prague) checks PyPI for latestnanobot-aiversion and compares it against installed version fromnanobot --version; if newer version exists, sends Telegram notification with current version, new version, and upgrade commanduv 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
Architecture
- nanobot podporuje cross-channel session continuity přes
unifiedSession: truevconfig.jsonpodagents.defaults; uživatel nemáunifiedSessionpovolený (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í)
This file is automatically updated by nanobot when important information should be remembered.