๐ Just shipped: BFS Suite (Big For Small) โ a multi-agent AI support system built entirely with n8n + RAG
Here's what I built:
3 specialized AI agents under one roof:
โ Legal agent โ contracts & compliance
โ HR agent โ policies & onboarding
โ Support agent โ FAQs & troubleshooting
Every query goes through an AI Router (GPT-4o-mini) that classifies the topic and routes to the right agent in real time.
โ๏ธ Under the hood:
โข RAG with pgvector similarity search (Supabase)
โข Dual access: public web widget vs internal dashboard
โข Knowledge gap detection โ unanswered questions logged automatically
โข Escalation via Telegram โ 3 triggers: low similarity score, explicit user request, or ambiguous routing (Legal/HR overlap)
โข Human-in-the-loop โ when the router's confidence drops below 0.7, the query goes to a human instead of guessing
โข Full analytics dashboard with live charts
โข Document upload straight from the dashboard
๐ Stack: n8n ยท GPT-4o-mini ยท Supabase (pgvector) ยท Netlify ยท Telegram Bot API
๐ 5 workflows: Ingestion โ Query โ Logging โ Upload โ Escalation
Everything is production-ready โ real RAG, real logging, real escalation. Not a toy project.
Happy to answer any questions about the build โ drop them below ๐