Commit Graph

56 Commits

Author SHA1 Message Date
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
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
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
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
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
9cee2f53f6 segundo
Some checks failed
Deploy conversation layer / deploy (push) Failing after 5s
2025-06-04 22:02:37 -06:00
bd94b8b72c ahora si
Some checks failed
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
Some checks failed
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
josedario87
8d2e8f4854 Add HelloWorld debug agent and per-chat handler 2025-06-04 21:51:05 -06:00
josedario87
bd3a16b24c Merge pull request #6 from josedario87/codex/change-repo-to-typescript-and-create-type-for-onmessage-even
Some checks failed
Deploy conversation layer / deploy (push) Failing after 6s
Convert services to TypeScript
2025-06-04 21:38:23 -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
9f6bdc2155 Merge pull request #5 from josedario87/codex/gestionar-integración-de-webhook-para-whatsapp-router
All checks were successful
Deploy conversation layer / deploy (push) Successful in 20s
Enable webhook management for whatsapp-router
2025-06-04 21:04:53 -06:00
josedario87
b51050a90a feat(router): manage webhook registration 2025-06-04 21:04:45 -06:00
c6af78d208 actualizado nombre de las imagenes del stack
All checks were successful
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-04 20:21:02 -06:00
bc53d568de conectados a la red principal, arreglado typo
All checks were successful
Deploy conversation layer / deploy (push) Successful in 16s
2025-06-04 20:06:17 -06:00
c2a7558328 problemas con el nombre del volume
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
2025-06-04 20:00:45 -06:00
a160b1aee3 arreglados nombres del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s
2025-06-04 19:59:20 -06:00
3dacc503d8 using login-action@v3
Some checks failed
Deploy conversation layer / deploy (push) Failing after 6s
2025-06-04 19:48:29 -06:00
b9085a0f2d cambios en el workflow del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 1s
2025-06-04 19:46:35 -06:00
josedario87
131d287bbc Merge pull request #4 from josedario87/codex/write-gitea-workflow-for-stack-deployment
Some checks failed
Deploy conversation layer / deploy (push) Failing after 1s
Add Gitea deployment workflow
2025-06-04 19:39:17 -06:00
josedario87
43ca1daede Refine workflow cleanup and image names 2025-06-04 19:39:04 -06:00
josedario87
e7f1dcd212 Merge pull request #1 from josedario87/codex/set-up-conversation-layer-with-docker-compose
Add conversation layer services with compose orchestration
2025-06-04 19:22:56 -06:00