LamChingFung-2425-Anti-FraudX

Feature: Personal Chat Mode

Category: Secondary Version: 4.1 Last Updated: 2026-03-11

Overview

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.


Interface

File: frontend/personal_chat.html


API

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

Relevant Files

backend/api/personal_chat_routes.py   REST API
frontend/personal_chat.html           Chat UI