dogaanismail/multi-agents-in-fintech-regulatory-compliance — reverse-engineered prompt

Reverse engineered prompt

Build me a demo digital banking platform that feels realistic, but is mainly focused on catching suspicious payments with AI. I want a backend that simulates customers, accounts, and payment flows, then sends each payment through three separate fraud and risk agents plus a central coordinator that combines their opinions into one compliance decision. Make the decisions explainable, auditable, and easy to review later, since the whole point is anti money laundering and regulatory compliance.

I also want a simple backoffice web app for a compliance officer. It should have a home view, dashboard, customers, accounts, payments, payment detail, agent performance, and some place to manage training or feedback. Show why a payment was flagged, what each agent thought, and whether a human overrode the result.

Please wire it up so I can run a simulation with synthetic transactions and see the system process them through the full workflow. If the repo already has pieces for this, finish and connect them instead of rebuilding from scratch. Look up current docs online if you need to.

Want more depth? Deep Reverse