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
What I’d love feedback on:
- Is the README clear enough to get started?
- Does the architecture make sense for the use case?
- What would make you actually want to use/contribute to this?
Thanks!