Analyze agent conversations, detect issues, and get improvement suggestions
Enable AUTO_ANALYSIS_ENABLED in plugin settings to automatically analyze conversations after each turn or final answer. The plugin checks for:
- Long responses (>500 words)
- Short responses (<20 words)
- Repetitive content
- Inefficient tool usage
- Missing key information
- Tone and structure issues
Use the API to trigger analysis on any session:
POST /api/auto_improver/analyze with {"session_id": "...", "agent_id": "..."}
Enable auto analysis in plugin settings or trigger a manual analysis to get started.
API Endpoint: POST /api/auto_improver/analyze