Kavi

kavi route

Preview how Kavi would route a prompt.

Synopsis

kavi route <prompt>

Description

Previews the routing decision Kavi would make for a given prompt without actually submitting it as a task. Shows which agent would be selected, the routing strategy used (heuristic, LLM classifier, or user prompt), and the confidence level. Useful for understanding and tuning routing behavior.

Examples

# Preview routing for a backend task
kavi route "Refactor the database schema"

# Preview routing for a frontend task
kavi route "Fix the button alignment on the settings page"

# Preview routing for an ambiguous task
kavi route "Write tests for the API"

On this page