analyze
Diagnose code for LLM inference issues. Receive a detailed report on latency, cost, throughput, and reliability with actionable fixes.
Instructions
Analyze code for LLM inference issues using PeakInfer engine. Returns detailed report on latency, cost, throughput, and reliability with actionable fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the code directory or file to analyze | |
| files | No | Pre-read files array [{path, content}]. If provided, skips reading from disk. | |
| fixes | No | Include code fix suggestions (default: true) | |
| benchmark | No | Include benchmark comparisons (default: true) |