Commit Graph

11 Commits

Author SHA1 Message Date
5e5c7cd556 ya se puede transcribir mensajes y recibirlos en el agent 2025-06-06 14:43:42 -06:00
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
021afb0cf9 conversation object es el nuevo que inicia al agent 2025-06-05 14:33:41 -06:00
josedario87
624d06530e Implement conversation snapshot structure 2025-06-05 14:25:20 -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
josedario87
7d0495eff6 Update agent with new Gemini SDK and MCP integration 2025-06-05 00:51:05 -06:00
fffbe6c313 convesation-layer-agent establecido 2025-06-05 00:34:57 -06:00
josedario87
bb9d47feab Add dev target and nodemon setup for agent 2025-06-05 00:21:00 -06:00
josedario87
cc6e378f8c Rename repo-agent to conversation-layer-agent 2025-06-05 00:10:10 -06:00