nanobot 7f05fc88cd 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
2026-06-06 07:31:47 +02:00
2026-05-26 18:16:42 +02:00
2026-06-03 14:22:20 +02:00
2026-06-05 23:23:39 +02:00
Description
No description provided
2.4 MiB
Languages
Python 99.8%
TypeScript 0.2%