diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 2d82846..eff3954 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -289 \ No newline at end of file +290 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index b6840d0..ebba74a 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -37,6 +37,13 @@ This file stores important information that should persist across sessions. - 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 +## Agent Model Selection +- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria +- Prioritizes agentic performance, correct tool calling, and overall result quality +- Primary nanobot agent model: GLM-5.1:cloud (best sustained productivity over long sessions/hundreds of rounds, strong real-world agent benchmarks) +- Alternative nanobot agent model for tool-heavy tasks: Qwen 3.5:cloud (397B variant) +- Conservative fallback nanobot agent model: DeepSeek V3.2:cloud + ## Reminder System - Reminder check script: `/home/nanobot/.nanobot/workspace/skills/remind/scripts/remind_check.py`