dream: periodic memory consolidation

This commit is contained in:
nanobot
2026-07-15 17:02:08 +02:00
parent f4192e8469
commit 541a0ae044

View File

@@ -20,7 +20,7 @@ This file stores important information that should persist across sessions.
## Architecture ## 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 - 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 (SOUL.md → personality, USER.md → user profile, MEMORY.md → project knowledge, AGENTS.md → work instructions) and core logic are hardcoded in nanobot Python source; adjustable settings: intervalH, modelOverride, maxBatchSize, maxIterations - 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 - 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` - 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í) - Zálohy: wood.hell → pivo.hell (rekurzivní)