bootspring brain

Natural language routing engine — route queries, view analytics, and manage brain configuration

The brain command provides direct access to Bootspring's NLU routing engine. Route natural language queries to skills, workflows, agents, and pipeline targets from the command line.

Usage

Loading code block...

Commands

CommandDescription
routeRoute a natural language query to the best matching target
statusShow brain status, loaded targets, and model info
analyticsView routing accuracy, method breakdown, and top targets
resetClear routing history and learned corrections

bootspring brain route

Route a natural language query and see the matched target, confidence score, and dispatch command.

Loading code block...

Options

OptionDescription
--jsonOutput result as JSON
--auto-dispatchAutomatically invoke the matched target if confidence exceeds threshold
--threshold <n>Override the auto-dispatch confidence threshold (default: 0.85)

Examples

Loading code block...
Loading code block...

bootspring brain status

Show the current state of the NLU brain, including loaded targets and configuration.

Loading code block...
Loading code block...

bootspring brain analytics

View routing analytics including accuracy rate, method distribution, and most-routed targets.

Loading code block...

Options

OptionDescription
--jsonOutput as JSON
--window <period>Time window: 7d, 30d, 90d (default: 7d)

Examples

Loading code block...

bootspring brain reset

Clear all routing history and learned corrections. This resets the brain to its default trained state.

Loading code block...

Use --force to skip the confirmation prompt:

Loading code block...

Global Flags

These flags work with all brain subcommands:

FlagDescription
--jsonOutput structured JSON instead of formatted text
--verboseInclude debug information (method scores, timing)