From 414810c4a96f4b24470f0a629122d8e74e70d929 Mon Sep 17 00:00:00 2001 From: nanobot Date: Mon, 1 Jun 2026 11:15:36 +0200 Subject: [PATCH] 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 --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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`