analyze
Analyze recent debug log and session store data to generate advisory tuning suggestions for model selection, reasoning effort, and fanout based on latency, tokens, and agreement metrics.
Instructions
Analyze recent runs from the opt-in debug log (latency/tokens/reasoning-effort per model) plus the session store (verdict agreement rate), and return advisory tuning suggestions (disable a slow/redundant model in ask-all, lower an OpenRouter model's reasoning, adjust maxFanout). Two lenses reported side by side - timing and agreement are NOT joined (no shared run id). Suggestions are advisory; it writes nothing. Requires debug.enabled for the timing lens. Read-only. The /deliberation:analyze slash command renders this for humans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessions | No | How many recent session records to read for the agreement lens (default 50). | |
| limitBytes | No | Tail size of the debug log to read, in bytes (default 1048576). |