Files
nanobot-runtime/memory/MEMORY.md
nanobot 76b3fde2bb dream: periodic memory consolidation
Changes applied:

**USER.md** — added to Zájmy:
- AI security (prompt injection, CoT forgery)
- ESP32 hardware
- Czech tech sites: Root.cz, PCTuning.cz, vtm.zive.cz, hackaday.com
- Raspberry Pi for testing
- nanobot extension in TypeScript

(Moved from MEMORY.md where they were less canonical — these are personal interests, not project context.)

**MEMORY.md** — removed:
- "User considers Raspberry Pi good for testing" → moved to USER.md (personal interest)
- "User wants to try writing a nanobot extension in TypeScript" → moved to USER.md (personal interest)

**MEMORY.md** — added:
- PCTuning.cz fetch limitation via Jina (durable site-specific constraint)

**Skipped:**
- `[ephemeral]` model preset switch to kimi27 — transient, not worth persisting
- Duplicate "User communicates in Czech" — already in USER.md
2026-07-02 16:10:15 +02:00

2.0 KiB

Long-term Memory

This file stores important information that should persist across sessions.

Project Context

  • 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 routing rules (SOUL.md → personality, USER.md → user profile, MEMORY.md → project knowledge) and core logic (Phase 1/2 instructions, fact/decision/ephemeral classification, deduplication) are hardcoded in nanobot Python source; only adjustable settings are 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í)
  • Goal: interconnect remind, keep, note, and todo into a unified workflow
  • PCTuning.cz nelze fetchnout přes Jina extractor (vrací jen logo SVG) — pravděpodobně paywall nebo vyžaduje JS rendering

Runtime / Deployment

  • Installed as a uv tool: package nanobot-ai, update via uv tool upgrade nanobot-ai
  • Runs as a systemd user service nanobot.service
  • Model switching via my tool requires tools.my.allow_set = true in config
  • Workspace safety guard restricts file tool access to ~/.nanobot/workspace/; paths outside are inaccessible even for reading nanobot source code
  • compact-memory-auto-daily cron job runs in Telegram session (id: 69484aa6) so reports deliver to Telegram instead of WebUI

This file is automatically updated by nanobot when important information should be remembered.