1.5 KiB
1.5 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: truevconfig.jsonpodagents.defaults - Uživatel nemá
unifiedSessionpovolený (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) are hardcoded in Dream prompt, not user-configurable beyond interval/model/batch size
- User wants native deterministic command dispatch (
!command text→ registered Python function/external app, no LLM involvement) and is exploring litellm proxy for Ollama - User considers Raspberry Pi good for testing
- User wants to try writing a nanobot extension in TypeScript
- 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/*.mds atributempaths - Zálohy: wood.hell → pivo.hell (rekurzivní)
Runtime / Deployment
- Installed as a
uvtool: packagenanobot-ai, update viauv tool upgrade nanobot-ai - Runs as a systemd user service
nanobot.service - Model switching via
mytool requirestools.my.allow_set = truein config
This file is automatically updated by nanobot when important information should be remembered.