[MEMORY] Session files are stored in `/home/nanobot/.nanobot/workspace/sessions/` (confirmed after failed attempts at root `.nanobot/sessions/`)
[MEMORY] User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
[MEMORY] User noted to buy new merino shirt ("koupit nové merino triko")
[MEMORY] User reminded themselves to write in travel diary: pants, pills, sprinkling ("kalhoty, prášky, sypani")
[MEMORY] Telegram bot consumes `/
61 lines
2.7 KiB
Markdown
61 lines
2.7 KiB
Markdown
# Long-term Memory
|
|
|
|
This file stores important information that should persist across sessions.
|
|
|
|
## User Information
|
|
|
|
(Important facts about the user)
|
|
|
|
## Preferences
|
|
|
|
### Script-writing convention
|
|
- Location: always save scripts in the `scripts/` directory.
|
|
- Language choice:
|
|
- Extremely short script (a few lines) -> bash.
|
|
- Longer / non-trivial script -> Python.
|
|
- Override: if the user explicitly specifies a language or location, their instruction always takes precedence.
|
|
|
|
### Temporary files
|
|
- All temporary files go to `tmp/` directory.
|
|
- Clean up after tests and one-off operations.
|
|
|
|
## Project Context
|
|
|
|
- User wants to deploy "grill-me" plugin for Claude Code
|
|
- User wants to try "praneybehl/llm-wiki-plugin" for Claude Code — markdown-based thought management / organization
|
|
- Daily automated check for new nanobot Docker image releases with Telegram notifications (pending setup)
|
|
- Both user and assistant run on the same nanobot Docker image
|
|
- Docker CLI is unavailable in the current runtime environment
|
|
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
|
|
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
|
|
- `/note` skill: backend storage uses SQLite (not markdown)
|
|
- `/note` skill: má být deterministický a logovat všechny provedené operace
|
|
- `/note` skill: má být rozdělený na kratší prompt + python skript, který provádí operace
|
|
- nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults`
|
|
- Uživatel nemá `unifiedSession` povolený v `config.json` (default false)
|
|
- Zapnutí `unifiedSession` sjednotí jen budoucí zprávy; existující session soubory vyžadují ruční merge/rename pro propojení minulých konverzací
|
|
- Session files are stored in `/home/nanobot/.nanobot/workspace/sessions/` (confirmed after failed attempts at root `.nanobot/sessions/`)
|
|
- User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
|
|
|
|
## Reminder System
|
|
|
|
- Reminder check script: `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py`
|
|
- Execution: `exec` via `/home/nanobot/.local/bin/uv run <script>`
|
|
- Empty output → silent exit (no notification sent)
|
|
- Each non-empty output line → forwarded as separate Telegram notification
|
|
- User is considering consolidating remind skill into a single script
|
|
- User is evaluating SQLite vs YAML for remind skill data storage
|
|
|
|
## Pending Tasks
|
|
|
|
- Seřídit BRANO na vchodových dveřích
|
|
|
|
## Personal Notes
|
|
|
|
- Buy new merino shirt ("koupit nové merino triko")
|
|
- Reminder to write in travel diary: pants, pills, sprinkling ("kalhoty, prášky, sypani")
|
|
|
|
---
|
|
|
|
*This file is automatically updated by nanobot when important information should be remembered.*
|