Commit Graph

76 Commits

Author SHA1 Message Date
5055741ef4 desactivado mcp por el momenot para el agent
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-06 15:03:49 -06:00
603322258a corregidas imcompativilidades despues del merge
All checks were successful
Deploy conversation layer / deploy (push) Successful in 2m4s
2025-06-06 14:57:53 -06:00
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
josedario87
8316533167 Merge pull request #16 from josedario87/feat/whatsapp-audio-transcription
Feat/whatsapp audio transcription
2025-06-06 14:44:12 -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
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
4c4052bb64 regresado a la vida el router
All checks were successful
Deploy conversation layer / deploy (push) Successful in 20s
2025-06-05 23:05:59 -06:00
9a6dfa9471 Merge branch 'main' of https://github.com/josedario87/conversation-layer
Some checks failed
Deploy conversation layer / deploy (push) Failing after 6s
2025-06-05 18:34:56 -06:00
josedario87
08f352a40d Merge pull request #14 from josedario87/codex/fix-whatsapp-router-message-handling
Fix own messages in whatsapp router
2025-06-05 18:31:41 -06:00
josedario87
cced5b37d9 Include bot messages from webhook 2025-06-05 18:29:57 -06:00
13d1dfe26b actualizado el agent a utilizar en el grupo planilla
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-05 15:40:30 -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
josedario87
c7dbaf9add Merge pull request #13 from josedario87/codex/create-conversation-object
Add conversation snapshot structure
2025-06-05 14:35:09 -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
9acb48bb29 Merge pull request #12 from josedario87/codex/add-user-management-endpoints-to-whatsapp-router
Implement conversation-oriented handlers
2025-06-05 14:05:28 -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
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
12d9890c38 cambiando url de mcp
All checks were successful
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-05 01:40:22 -06:00
6582b5af2c harcodeando las keys
All checks were successful
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-05 01:34:56 -06:00
63bc0ad4bd batallando con los secrets
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
2025-06-05 01:14:00 -06:00
a2101b441c agregando variables de entorno al deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s
2025-06-05 01:11:08 -06:00
josedario87
911af6999a Merge pull request #11 from josedario87/codex/update-conversation-agent-for-gemini-sdk-and-mcp-server-inte
All checks were successful
Deploy conversation layer / deploy (push) Successful in 40s
lo agregamos para debugearlo aun es probable el rollback
2025-06-05 01:08:00 -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
josedario87
e6caa03987 Merge pull request #10 from josedario87/codex/add-lightweight-agent-for-repo-understanding
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
Add Gemini-based repo agent
2025-06-05 00:37:47 -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
josedario87
5d512994ad Merge pull request #9 from josedario87/codex/fix-router-processing-of-webhook-data
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s
Fix webhook parsing for new message format
2025-06-04 23:46:56 -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
7fa6a73538 Merge branch 'main' of https://github.com/josedario87/conversation-layer 2025-06-04 22:59:27 -06:00
josedario87
6b87482f57 Merge pull request #8 from josedario87/codex/create-make-command-for-local-server-deployment
Add Make targets for local dev
2025-06-04 22:59:12 -06:00
josedario87
49fc0d6154 Add make targets for local chat and router 2025-06-04 22:58:59 -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
josedario87
09ecf78434 Merge pull request #7 from josedario87/codex/change-repo-to-typescript-and-create-type-for-onmessage-even
Convert services to TypeScript
2025-06-04 22:46:07 -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
21ff8e13cd docker file mejora, doble stage
Some checks failed
Deploy conversation layer / deploy (push) Failing after 7s
2025-06-04 22:09:26 -06:00