orchestration
Configure CLI routing settings to manage backend selection, simulate routing predictions, and review runtime logs for local LLM-enhanced tools.
Instructions
Manage CLI orchestration settings. Use simulate for read-only routing prediction; use logs for runtime routing evidence.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform. simulate is read-only and does not change server state. | |
| backends | No | CLI backends to enable (for action=set_backends) | |
| autoVerify | No | Enable automatic verification (for action=set_config) | |
| scoreThreshold | No | Verification score threshold (1-10) (for action=set_config) | |
| maxIterations | No | Max verification iterations (1-10) (for action=set_config) | |
| pureMode | No | Enable pure CLI mode (for action=set_config) | |
| includeRoutingStats | No | Include routing logs and stats in responses (status/logs) | |
| toolName | No | Tool name to simulate routing for (action=simulate) | |
| preferredBackend | No | Optional backend override for simulation only (action=simulate) |