An AI-powered multi-agent system that analyzes suspicious messages and links to detect potential scams, phishing, or fraud attempts β built using OpenAI Agents SDK, FastAPI, and Next.js.
Scam Detector Agent is an intelligent assistant that:
- π¬ Welcomes the user with a natural greeting
- π Detects scam or phishing messages automatically
- π§ Uses a multi-agent architecture (Greeting Agent + Scam Detector Agent)
- β‘ Works with Gemini API for language intelligence
- π Has a clean, ChatGPT-style frontend built in Next.js
β
Multi-Agent System (Greeting + Detector)
β
Natural language understanding via Gemini
β
Real-time communication between backend & frontend
β
Framer Motion UI animations
β
Deployed on Render (FastAPI) + Vercel (Next.js)
flowchart LR
A[User] -->|Greets| B[Greeting Agent]
B -->|Handoff| C[Scam Detector Agent]
C -->|Analyze Message / Link| D[Gemini API]
D -->|Response| E[FastAPI Backend]
E -->|Verdict + Advice| F[Next.js Frontend]