docs: note TypeScript migration

This commit is contained in:
josedario87
2025-06-04 21:30:07 -06:00
parent dec4922d42
commit 0836c086b2
12 changed files with 545 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# Conversation Layer
This module contains the services that handle messaging for WhatsApp and the web chat interface. It is composed of three containers:
This module contains the services that handle messaging for WhatsApp and the web chat interface. All source code is now written in **TypeScript**. It is composed of three containers:
- **openwa** provides access to WhatsApp through the [open-wa](https://github.com/open-wa/wa-automate-nodejs) project.
- **whatsapp-router** receives webhook events from openwa and forwards messages to an external LLM agent.