Spectrum – Deploy AI Agents to iMessage, WhatsApp, Telegram, and More
Finally a reliable way to deploy AI agents directly into iMessage without juggling multiple SDKs.
Framework for building autonomous AI agents on WhatsApp
WhatsApp + Vercel AI SDK + Baileys = production agent plumbing without template boilerplate.
Developers building WhatsApp bots, AI product builders integrating WhatsApp as a channel, and teams needing production-grade agent infrastructure.
Twilio WhatsApp API · Botpress WhatsApp channel · n8n WhatsApp integration
It uses the Vercel AI SDK for the agent loop (generateText with multi-step tool use) and Baileys under the hood for WhatsApp. Supports Anthropic, OpenAI, or Ollama for local models.
Some things it handles that I couldn't find in existing WhatsApp bot repos:
- Per-chat message serialization (no race conditions when multiple messages arrive) - Conversation summaries so the agent remembers context without stuffing full history into every call - User profile extraction over time ("prefers Arabic", "lives in Dubai") - Multi-agent routing — different agents for different groups/contacts/keywords - Rate limiting and cooldowns per chat so a noisy group doesn't drain your API budget - Cron triggers and human handoff
npx wa-agent init my-bot to get started.
GitHub: https://github.com/ibrahimhajjaj/wa-agent npm: https://www.npmjs.com/package/wa-agent
Finally a reliable way to deploy AI agents directly into iMessage without juggling multiple SDKs.
Agent shopping skill, but the real problem is agent security and shopping integration—already solved narrowly elsewhere.
Multi-channel AI gateway running locally, but agent orchestration tools already exist.
Sandboxed AI agents coordinate code tasks locally without sending data to cloud.
Logs AI conversations next to commits, but Cursor, Continue, and GitHub Copilot already do this.
AI co-founder simulator, but no evidence it outperforms Zapier, n8n, or Claude projects.