dream: periodic memory consolidation

This commit is contained in:
nanobot
2026-07-17 03:10:43 +02:00
parent e4cba897e9
commit ad5e5319a4

View File

@@ -10,7 +10,7 @@ This file stores important information that should persist across sessions.
- 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. Currently fails because `skills/compact-memory/scripts/compact_memory.py` does not exist; the `compact-memory` skill has only `SKILL.md` and no executable implementation.
- `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 ID `e81cda77`; when it detects a new `nanobot-ai` version, the notification includes the upgrade command `uv tool upgrade nanobot-ai`.
## Integrations
@@ -21,9 +21,8 @@ This file stores important information that should persist across sessions.
## 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
- Dream consolidates memory across SOUL.md, USER.md, MEMORY.md, and AGENTS.md
- 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í)
---