b508bea3dd
Merge branch 'main' of https://github.com/josedario87/conversation-layer
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
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
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
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
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
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
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
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-05 02:21:36 -06:00
12d9890c38
cambiando url de mcp
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-05 01:40:22 -06:00
6582b5af2c
harcodeando las keys
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-05 01:34:56 -06:00
63bc0ad4bd
batallando con los secrets
Deploy conversation layer / deploy (push) Successful in 6s
2025-06-05 01:14:00 -06:00
a2101b441c
agregando variables de entorno al deploy
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
...
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
...
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
...
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
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
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:47:46 -06:00
715bcf03c2
mas logs
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
Deploy conversation layer / deploy (push) Successful in 19s
2025-06-04 22:36:06 -06:00
7abb14f311
log los eventos del webhook
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
Deploy conversation layer / deploy (push) Successful in 22s
2025-06-04 22:11:15 -06:00
21ff8e13cd
docker file mejora, doble stage
Deploy conversation layer / deploy (push) Failing after 7s
2025-06-04 22:09:26 -06:00
9cee2f53f6
segundo
Deploy conversation layer / deploy (push) Failing after 5s
2025-06-04 22:02:37 -06:00
bd94b8b72c
ahora si
Deploy conversation layer / deploy (push) Failing after 4s
2025-06-04 22:01:29 -06:00
3a96f906fe
dejando un momento las dev dependencies en la imagen mientras se compila el ts, luego se borra
Deploy conversation layer / deploy (push) Failing after 4s
2025-06-04 22:00:45 -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