Add WhatsApp AI Agent with Tool Calling - #515
adityakaklij wants to merge 8 commits into
Conversation
|
Thanks for sharing this. Per CONTRIBUTING.md this repository is a template: forks are expected to diverge, and upstream only takes small, scoped fixes (security, correctness, docs) opened against current Upstream already ships an AI reply layer under src/lib/ai; a second agent implementation plus a DeepSeek provider is a feature for a fork. If the Supabase table fixes in the first commit are real upstream bugs, please open those separately with the failing case. |
Summary
Adds WhatsApp AI agent support with LLM conversations and tool calling, along with DeepSeek provider support and minor Supabase and token optimization fixes.
What changed
Test plan
npm run typecheckclean.npm run lint— no new errors beyond the pre-existing backlog.npm run buildsucceeds.Related
Part of ongoing AI agent improvements.