Commit Graph

18 Commits

Author SHA1 Message Date
3bd2922e9d arregladas incompatibilidades despues del merge, y ahora ya funciona bien esta vaina 2025-06-06 14:55:08 -06:00
54ef965009 Revert "Merge branch 'main' of https://github.com/josedario87/conversation-layer"
This reverts commit b508bea3dd, reversing
changes made to 4c4052bb64.
2025-06-06 14:49:34 -06:00
b508bea3dd Merge branch 'main' of https://github.com/josedario87/conversation-layer
Some checks failed
Deploy conversation layer / deploy (push) Failing after 1m13s
2025-06-06 14:48:01 -06:00
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
fff921df0a se incluye al propio agente usuario de la cuenta de whatsapp dentro del convo, se actualiza system prompt para el agent
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-05 15:24:18 -06:00
b66b037f1f Merge branch 'main' of https://github.com/josedario87/conversation-layer
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-05 14:36:22 -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
7c5d292d61 Merge branch 'main' of https://github.com/josedario87/conversation-layer
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-05 14:05:59 -06:00
josedario87
e135868cb7 Update handlers to receive conversation objects 2025-06-05 10:01:28 -06:00
00b1171595 usando el mcp siempre ya no se necesita lllamar /planilla
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-05 02:21:36 -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