Generate an AI analysis report
After a run, QuOptuna can generate a governance-ready report summarizing performance, SHAP interpretation, and recommendations. The report is produced by an analyst + reviewer agent pair, built on the OpenAI Agents SDK + LiteLLM.
Requirements
Section titled “Requirements”- Internet access.
- A provider API key (see the configuration reference for the exact environment variable names).
Providers
Section titled “Providers”You can select and key one of:
| Provider | |
|---|---|
| OpenAI | Selected/keyed via environment variables. |
| Google Gemini | Selected/keyed via environment variables. |
| Anthropic Claude | Selected/keyed via environment variables. |
The provider and its API key are set through environment variables. See the configuration reference for the exact variable names.
Generate from the web UI
Section titled “Generate from the web UI”The report is the final wizard step, Report. Run through the wizard, then produce the report from that step.
Generate via API
Section titled “Generate via API”POST /api/v1/analysis/reportCall this after a study has completed to generate the report programmatically.