soriku CLI
Direct CLI for one-shot prompts. Installed by `pip install -e .` as the `soriku` entry point.
Synopsis
soriku 'your prompt'
python -m core.router 'your prompt'
Options
| Flag | Effect |
|---|---|
--model | Pin a model, bypass routing |
--agent | Use a specific persona by slug |
--stream | Stream tokens to stdout |
--local-only | Restrict routing to local models |
--json | Output structured JSON instead of plain text |
Examples
soriku 'refactor this for clarity'
soriku --agent code-architect 'design an API for X'
soriku --local-only 'translate to Dutch'
soriku --model qwen2.5-coder:7b --json 'parse this' | jq