Feedback wanted: SARA — open-source WhatsApp AI agent (TypeScript/Docker)

Hey everyone,

I just open-sourced SARA, a WhatsApp AI agent with 20 industry-specific verticals. Looking for honest feedback on the repo, architecture, and README.

What it does:

  • Each industry (restaurant, clinic, real estate, salon…) gets its own AI agent with domain-specific function calling tools
  • Multi-provider LLM chain (Groq → Cerebras → SambaNova → Mistral) — runs on free tiers
  • RAG via pgvector, PII anonymization, prompt injection guardrails
  • Self-hosted via Docker Compose

GitHub: GitHub - Alessandro114/sara: Open-source WhatsApp AI agent with 20 industry-specific brains. Self-host with Docker or use the cloud. AGPL-3.0. · GitHub

What I’d love feedback on:

  1. Is the README clear enough to get started?
  2. Does the architecture make sense for the use case?
  3. What would make you actually want to use/contribute to this?

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.