dream: 2026-06-01 09:45, 1 change(s)

[MEMORY] Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
[MEMORY] Nanobot agent model selection prioritizes agentic performance, correct tool calling, and overall result quality
[MEMORY] Primary nanobot agent model: GLM-5.1:cloud (best sustained productivity over long sessions/hundreds of rounds, strong real-world agent benchmarks)
[MEMORY] Alternative nanobot agent model for tool-heavy tasks: Qwen 3.5:cloud (397B variant)
[MEMORY] Conservative fallback nanobot agent model: DeepSeek V3.2:cloud
This commit is contained in:
nanobot
2026-06-01 11:15:36 +02:00
parent 9f84caa754
commit 414810c4a9
2 changed files with 8 additions and 1 deletions

View File

@@ -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`