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
| Command | Description |
|---|---|
route | Route a natural language query to the best matching target |
status | Show brain status, loaded targets, and model info |
analytics | View routing accuracy, method breakdown, and top targets |
reset | Clear 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
| Option | Description |
|---|---|
--json | Output result as JSON |
--auto-dispatch | Automatically 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
| Option | Description |
|---|---|
--json | Output 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:
| Flag | Description |
|---|---|
--json | Output structured JSON instead of formatted text |
--verbose | Include debug information (method scores, timing) |