From 541a0ae044947573ed852f14b865c7f4c98a31f0 Mon Sep 17 00:00:00 2001 From: nanobot Date: Wed, 15 Jul 2026 17:02:08 +0200 Subject: [PATCH] dream: periodic memory consolidation --- memory/MEMORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 6324d52..98af2fd 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -20,7 +20,7 @@ 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 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 - 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í)