Commit Graph

25 Commits

Author SHA1 Message Date
google-labs-jules[bot]
5f8ba127ae fix: Update audio download method for WhatsApp messages
This commit modifies the audio download process in `whatsapp-router/src/webhook.ts` to align with the updated nucleo-whatsapp API.

Previously, audio files were downloaded using a direct GET request to the file URL. This has been changed to a POST request to the `/downloadFileWithCredentials` endpoint provided by nucleo-whatsapp.

Key changes:
- Audio files are now downloaded by POSTing to `[OPEN_WA_URL]/downloadFileWithCredentials` with the audio file's URL in the request body.
- The `/downloadFileWithCredentials` endpoint returns a base64 encoded string directly, so the explicit base64 conversion step after downloading has been removed.

This change ensures compatibility with the correct API for fetching message media.
2025-06-06 17:40:56 +00:00
2880b7dbe9 cambiando dev variables 2025-06-06 11:28:21 -06:00
google-labs-jules[bot]
cfbe535747 Revert: Remove tests for WhatsApp audio transcription
This commit removes the Jest unit tests, configuration, and related dependencies that were added for the WhatsApp audio transcription feature.

This is done as per your request due to potential issues with the test execution environment.

The core functionality for audio transcription remains.
2025-06-06 17:19:47 +00:00
josedario87
cced5b37d9 Include bot messages from webhook 2025-06-05 18:29:57 -06:00
josedario87
624d06530e Implement conversation snapshot structure 2025-06-05 14:25:20 -06:00
josedario87
84798a014f Add debug logging for conversation routes and store 2025-06-05 13:58:54 -06:00
josedario87
e135868cb7 Update handlers to receive conversation objects 2025-06-05 10:01:28 -06:00
3904051af9 activando agent con mcp 2025-06-05 01:05:15 -06:00
fffbe6c313 convesation-layer-agent establecido 2025-06-05 00:34:57 -06:00
josedario87
cc6e378f8c Rename repo-agent to conversation-layer-agent 2025-06-05 00:10:10 -06:00
b154e74538 listo procesamiento y enrutamiento de mensajes de whatsapp 2025-06-04 23:45:48 -06:00
josedario87
37c4384dec fix webhook data parsing 2025-06-04 23:33:02 -06:00
41f6ace10a preparado entorno de desarrollo local
All checks were successful
Deploy conversation layer / deploy (push) Successful in 21s
2025-06-04 23:25:57 -06:00
986ded46f1 Merge branch 'main' of https://github.com/josedario87/conversation-layer
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:47:46 -06:00
715bcf03c2 mas logs
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:46:43 -06:00
3a2429486a trtando de lgoear el debug
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:36:06 -06:00
7abb14f311 log los eventos del webhook
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:16:17 -06:00
390c7da5fd aplicada la misma idea a todos los servicios
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-04 22:11:15 -06:00
josedario87
48fed42846 Merge branch 'main' into codex/change-repo-to-typescript-and-create-type-for-onmessage-even 2025-06-04 21:58:01 -06:00
josedario87
8d2e8f4854 Add HelloWorld debug agent and per-chat handler 2025-06-04 21:51:05 -06:00
josedario87
85d61c64b4 add handler mapping 2025-06-04 21:37:55 -06:00
josedario87
0836c086b2 docs: note TypeScript migration 2025-06-04 21:30:07 -06:00
dec4922d42 aumentada la cantidad de intentos antes de marcar la conexion como fallida
All checks were successful
Deploy conversation layer / deploy (push) Successful in 15s
2025-06-04 21:11:11 -06:00
josedario87
b51050a90a feat(router): manage webhook registration 2025-06-04 21:04:45 -06:00
josedario87
ca2384552c Add conversation layer services and compose setup 2025-06-04 18:45:25 -06:00