A multi-agent AI pipeline that automatically analyzes user feedback and generates structured UX reports.
- 🕵️ Agent 1 — Analyst: Identifies recurring problems in user verbatims
- 📊 Agent 2 — Categorizer: Classifies issues by theme (navigation, performance, design, support)
- ✍️ Agent 3 — Writer: Generates a structured UX report with actionable recommendations
- 🤖 Multi-agent autonomous task delegation
- ⚡ Powered by Llama 3.1 via Groq API
- 🎨 Clean web interface with Streamlit
- Python
- Groq API (Llama 3.1)
- Streamlit
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile with your Groq API key - Run:
streamlit run app.py