Multi-agent AI banking platform. Built voice-enabled conversational interfaces, multilingual AI assistants, and RAG knowledge retrieval for real-time customer support.
Built by Rion Tuscano · MERN Stack, AI Agent & Mobile Developer

A customer question is classified before it is answered. An intent router hands the request to the agent that owns that domain, which is what stops a single prompt from having to know every banking product at once.
Answers are grounded in retrieval rather than model memory: documents are embedded and searched through FAISS, and the answer cites what it read. That is the difference between a bank shipping this and a bank not shipping this.
Voice in and voice out, multilingual, with a FastAPI service behind the Next.js front end and Playwright driving the automated checks.