Files
nanobot-runtime/memory/MEMORY.md
2026-07-15 17:02:08 +02:00

30 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 `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
## Integrations
- Flight search: KAYAK je jediný datový zdroj (cz.kayak.com pro CZK); max 1 přestup, vždy uvést layover time; top 35 nabídek v tabulce; všechny výsledky uložit do DB, ne jen nejlepší; ceny v původní měně + vždy převod do CZK
- Č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: 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
- Dream consolidates memory across SOUL.md, USER.md, MEMORY.md, and AGENTS.md; user-adjustable settings include intervalH, modelOverride, maxBatchSize, maxIterations
- User wants native deterministic command dispatch (`!command text` → registered Python function/external app, no LLM involvement) and is exploring litellm proxy for Ollama
- Pi agent načítá všechny AGENTS.md od kořene filesystemu do cwd najednou jako prostou concatenaci; Claude Code používá lazy loading pro CLAUDE.md v podadresářích a podmíněná pravidla v `.claude/rules/*.md` s atributem `paths`
- Zálohy: wood.hell → pivo.hell (rekurzivní)
---
*This file is automatically updated by nanobot when important information should be remembered.*