Technical Documentation
This documentation provides an overview of the system architecture for developers contributing to KUMUL AI.
This documentation provides an overview of the system architecture for developers contributing to KUMUL AI.
KUMUL AI is an event-driven application. It relies on webhooks from the WhatsApp Business API.
The system is stateless; all context is persisted in a PostgreSQL database.
We use two primary tables:
To run KUMUL AI locally:
You will need to expose your localhost via ngrok to configure the WhatsApp webhook.