Category: Secondary Version: 4.1 Last Updated: 2026-03-11
A standalone one-on-one chat interface outside the RPG game. Users talk directly with a single AI agent (scammer or expert) for focused educational practice — no game mechanics, no trust meter, no NPC interactions.
File: frontend/personal_chat.html
/personal-chat (via frontend_routes.py)File: backend/api/personal_chat_routes.py
| Method | Path | Description |
|---|---|---|
| POST | /api/personal-chat/start |
Start a new personal chat session |
| POST | /api/personal-chat/message |
Send message, receive agent response |
| DELETE | /api/personal-chat/end |
End session and clear history |
backend/api/personal_chat_routes.py REST API
frontend/personal_chat.html Chat UI