Add WhatsApp I/O Skill
Transforms the chippr-agi codebase to add WhatsApp messaging as an input/output channel.
Implementation
- Add a
WhatsAppSysteminsrc/systems/whatsapp.ts - Use the WhatsApp Business API or whatsapp-web.js library
- The system listens for incoming messages and creates entities with
TaskDescriptioncomponents - Outgoing messages are sent when
task:completedevents fire - Memory is persisted per-conversation using the
memorytable withcontext_id= phone number
Source: chippr-robotics/chippr-agi — distributed by TomeVault.