Chippr Agi

Transforms the chippr-agi codebase to add WhatsApp messaging as an input/output channel. Use when this capability is needed.

tomevault-io Updated

File contents

Add WhatsApp I/O Skill

Transforms the chippr-agi codebase to add WhatsApp messaging as an input/output channel.

Implementation

  1. Add a WhatsAppSystem in src/systems/whatsapp.ts
  2. Use the WhatsApp Business API or whatsapp-web.js library
  3. The system listens for incoming messages and creates entities with TaskDescription components
  4. Outgoing messages are sent when task:completed events fire
  5. Memory is persisted per-conversation using the memory table with context_id = phone number

Source: chippr-robotics/chippr-agi — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/chippr-robotics--chippr-agi--chippr-agi commit a0efda92d8

Frequently asked questions

npx skillmds@latest add tomevault-io/chippr-agi