Skip to content

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.

You can select and key one of:

Provider
OpenAISelected/keyed via environment variables.
Google GeminiSelected/keyed via environment variables.
Anthropic ClaudeSelected/keyed via environment variables.

The provider and its API key are set through environment variables. See the configuration reference for the exact variable names.

The report is the final wizard step, Report. Run through the wizard, then produce the report from that step.

Terminal window
POST /api/v1/analysis/report

Call this after a study has completed to generate the report programmatically.