Docs / Neural command suggest from chat
Neural command suggest from chat
Turn free-form chat into ranked typed commands using a hybrid neural ranker. Does not execute unless you explicitly apply with run.
How it works
- Hashed bag-of-words embeddings (dim 48) for chat + each catalog command
- Cosine similarity + linear head (Hebbian-warmed exemplars) → neural score
- CommandIntentClassifier intent prior + token path
- SimpleML NaiveBayes (when intent corpus available)
- Token / phrase overlap with catalog pattern + help
- Optional CognitiveLayers re-rank of top candidates
Commands
suggest what's the weather right now
do help me calm down
cmd suggest train tensorflow in c++
suggest top 8 show me storms and earthquakes
suggest best morning briefing
suggest apply 1 # dry-run
suggest apply 1 run # execute via SpeechCommands
suggest layers on|off
suggest min-score 0.1
suggest selftest
suggestkit <chat...>
Example output
suggest chat="what's the weather right now"
intent=... conf=...
#1 [0.62] weather now (neural / weather)
Current weather
#2 [0.41] weather forecast 5 (hybrid / weather)
apply: suggest apply <n> [run]
Safety
- Default is suggest only
suggest apply Nis dry-run unless you addrun- Ethics / body freeze still apply when the suggested command executes
Files
CommandSuggest.hpp/.cpp- Plugin
suggestkit
Generated from the project markdown docs on 2026-07-24. This is a static, self-contained site.