dream: 2026-06-06 05:32, 1 change(s)
[MEMORY] 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 [MEMORY] User expects nanobot creators to implement custom command registration natively and considers existing workaround solutions unsatisfactory [MEMORY] User requested patch study only with no actual code changes for nanobot IRC-bot command dispatch feature [MEMORY] Nanobot CommandRouter has priority/exact/prefix/interceptor tiers but lacks an extension point for custom command registration with all handlers hardcoded in builtin.py [MEMORY] Proposed nanobot patch adds a custom command tier to CommandRouter dispatching before session lock configured via `commands` section in config.json supporting exec script and python module/function handler types
This commit is contained in:
@@ -1 +1 @@
|
|||||||
304
|
305
|
||||||
@@ -39,6 +39,11 @@ This file stores important information that should persist across sessions.
|
|||||||
- nanobot v0.2.1 available (current: v0.2.0)
|
- nanobot v0.2.1 available (current: v0.2.0)
|
||||||
- User completed detached background research on the movie *Interstate 60* (slug: `interstate-60-movie-research`)
|
- User completed detached background research on the movie *Interstate 60* (slug: `interstate-60-movie-research`)
|
||||||
- User archived the completed detached task `interstate-60-movie-research` on 2026-06-02
|
- User archived the completed detached task `interstate-60-movie-research` on 2026-06-02
|
||||||
|
- 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 requested patch study only with no actual code changes for nanobot IRC-bot command dispatch feature
|
||||||
|
- Nanobot CommandRouter has priority/exact/prefix/interceptor tiers but lacks an extension point for custom command registration with all handlers hardcoded in builtin.py
|
||||||
|
- Proposed nanobot patch adds a custom command tier to CommandRouter dispatching before session lock configured via `commands` section in config.json supporting exec script and python module/function handler types
|
||||||
|
|
||||||
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user