docs / cli / soriku

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

FlagEffect
--modelPin a model, bypass routing
--agentUse a specific persona by slug
--streamStream tokens to stdout
--local-onlyRestrict routing to local models
--jsonOutput 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