dream: 2026-06-07 08:00, 4 change(s)
[MEMORY] User considers coding agents (like OpenCode) a different category from general-purpose agents like nanobot — not relevant for comparison [MEMORY] User evaluates alternatives based on what they add beyond nanobot's existing capabilities [MEMORY] Current nanobot version is v0.2.1; no newer version available as of 2026-06-07 [MEMORY-REMOVE] "nanobot v0.2.1 available (current: v0.2.0)" — stale; user has updated to v0.2.1, and no newer version exists
This commit is contained in:
2
USER.md
2
USER.md
@@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
## Zájmy
|
## Zájmy
|
||||||
- CLI coding agents — srovnávání, analýza výkonu (zná: Claude Code, Gemini CLI, Qwen Code, Pi-agent)
|
- CLI coding agents — srovnávání, analýza výkonu (zná: Claude Code, Gemini CLI, Qwen Code, Pi-agent)
|
||||||
|
- Coding agents (like OpenCode) are a different category from general-purpose agents like nanobot — not relevant for comparison
|
||||||
|
- Evaluates alternatives based on what they add beyond nanobot's existing capabilities
|
||||||
- Linux tools (strace a další)
|
- Linux tools (strace a další)
|
||||||
- Filmy
|
- Filmy
|
||||||
- Windows utility
|
- Windows utility
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
311
|
312
|
||||||
@@ -39,7 +39,7 @@ 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/`)
|
- 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
|
- User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
|
||||||
- Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
|
- Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
|
||||||
- nanobot v0.2.1 available (current: v0.2.0)
|
- Current nanobot version: v0.2.1; no newer version available as of 2026-06-07
|
||||||
- User wants deterministic IRC-bot-style command dispatch in nanobot where `!command text` invokes a registered Python function or external app and returns output without LLM agent involvement
|
- User wants deterministic IRC-bot-style command dispatch in nanobot where `!command text` invokes a registered Python function or external app and returns output without LLM agent involvement
|
||||||
- User expects nanobot creators to implement custom command registration natively and considers existing workaround solutions unsatisfactory
|
- User expects nanobot creators to implement custom command registration natively and considers existing workaround solutions unsatisfactory
|
||||||
- Nanobot CommandRouter has priority/exact/prefix/interceptor tiers but lacks an extension point for custom command registration with all handlers hardcoded in builtin.py
|
- Nanobot CommandRouter has priority/exact/prefix/interceptor tiers but lacks an extension point for custom command registration with all handlers hardcoded in builtin.py
|
||||||
@@ -51,6 +51,10 @@ This file stores important information that should persist across sessions.
|
|||||||
- No existing `!` prefix handling in nanobot — all current commands use `/` prefix only
|
- No existing `!` prefix handling in nanobot — all current commands use `/` prefix only
|
||||||
- cli_apps tool exists at nanobot/agent/tools/cli_apps.py — relevant for calling external apps from custom commands
|
- cli_apps tool exists at nanobot/agent/tools/cli_apps.py — relevant for calling external apps from custom commands
|
||||||
|
|
||||||
|
## Agent Evaluation Philosophy
|
||||||
|
- Coding agents (like OpenCode) are a different category from general-purpose agents like nanobot — not relevant for comparison
|
||||||
|
- Evaluates alternatives based on what they add beyond nanobot's existing capabilities
|
||||||
|
|
||||||
## Agent Model Selection
|
## Agent Model Selection
|
||||||
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
|
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
|
||||||
- Prioritizes agentic performance, correct tool calling, and overall result quality
|
- Prioritizes agentic performance, correct tool calling, and overall result quality
|
||||||
|
|||||||
Reference in New Issue
Block a user