brain_deer.commands.nl_intent¶
Offline natural-language → command router.
Turns a plain-English phrase into ranked command suggestions with pre-filled arguments, using pattern rules + keyword scoring against the registry — no LLM required. This powers an “ask in plain language” mode in the command palette and gives a fast, deterministic fallback for the AI.
Classes¶
Maps free text to ranked command suggestions. |
Module Contents¶
- class brain_deer.commands.nl_intent.IntentRouter(registry: brain_deer.commands.registry.CommandRegistry)¶
Maps free text to ranked command suggestions.