Commit Graph

15 Commits

Author SHA1 Message Date
google-labs-jules[bot]
546c654111 Refactor MCP resources to tools, add chat deletion
This commit implements two main changes based on your feedback:

1.  Refactors all Model Context Protocol (MCP) resources into tools:
    - In `whatsappIntegration.js`:
        - `whatsapp.chat` (resource) -> `whatsapp.list-chats` (tool) & `whatsapp.get-chat-details` (tool)
        - `whatsapp.contact` (resource) -> `whatsapp.get-contact-details` (tool)
        - `whatsapp.blocklist` (resource) -> `whatsapp.get-blocklist` (tool)
    - In `conversationIntegration.js`:
        - `conversation` (resource) -> `conversation.list-conversations` (tool) & `conversation.get-conversation-details` (tool)
    This change aligns with current Gemini SDK capabilities for MCP.

2.  Implements chat deletion functionality:
    - In `whatsapp-router`:
        - Added `deleteChat` function to `whatsappClient.ts`. This function calls an assumed OpenWA endpoint (`POST /deleteChat`) and will require verification against the actual OpenWA API.
        - Added a `DELETE /chats/:chatId` route to `whatsappActions.ts` that utilizes the new `deleteChat` client function.
    - In `conversation-layer-mcp`:
        - Added a new `whatsapp.delete-chat` tool to `whatsappIntegration.js`. This tool calls the new `DELETE /chats/:chatId` endpoint in `whatsapp-router`.

Additionally, the existing `conversation.delete` MCP tool was verified to be correctly implemented.
2025-06-07 05:49:44 +00:00
06fc6b2608 no se estan usando las gitea varibles secrets
All checks were successful
Deploy conversation layer / deploy (push) Successful in 2m7s
2025-06-06 15:33:05 -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
cc6e378f8c Rename repo-agent to conversation-layer-agent 2025-06-05 00:10:10 -06:00
b154e74538 listo procesamiento y enrutamiento de mensajes de whatsapp 2025-06-04 23:45:48 -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
josedario87
43ca1daede Refine workflow cleanup and image names 2025-06-04 19:39:04 -06:00
josedario87
ca2384552c Add conversation layer services and compose setup 2025-06-04 18:45:25 -06:00