Commit Graph

28 Commits

Author SHA1 Message Date
e967ff92b9 agregado log para ver cuando se envian los mensajes
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 25s
2025-06-11 23:36:59 -06:00
9d7b75bdc2 otra vez estaba mal
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 5s
build-and-deploy / deploy (push) Successful in 26s
2025-06-11 23:31:14 -06:00
3435f4fe68 error en las enviroment variables de produccion
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 26s
2025-06-11 23:30:23 -06:00
google-labs-jules[bot]
2dc118dc19 feat: Connect chat interface to conversation layer router
Integrates the chat UI with the conversation layer router.

Key changes:

- Added new environment variables (`CONVERSATION_LAYER_ROUTER_URL` for the API and `VITE_CONVERSATION_LAYER_ROUTER_URL` for the UI) to specify the router's URL. These have been configured in `docker-compose.yml`, `api/.env.example`, and `ui/runtime-env.sh`.

- Modified `ui/src/stores/useChat.js`:
    - Introduced a `sendMessage` action that constructs a message object (as per the specified format with `id`, `from`, `to`, `ts`, `type`, `text`, `meta`) and sends it to the conversation router.
    - Implemented optimistic local display of your message.
    - Handles the `Conversation` object returned by the router, iterating through its `messages` array and adding them to the chat display.
    - Determines message ownership ('user' for UI messages, 'bot' for Nucleo messages) for appropriate rendering.
    - Includes basic error handling for API requests, logging errors and showing system messages in the chat.

- Updated `ui/src/components/chat/CanvasChat.vue`:
    - Modified the message sending mechanism to use the new `chat.sendMessage()` action.
    - Adjusted message rendering to correctly differentiate between messages from 'user' and 'bot' based on the `owner` field from the chat store.

This allows the UI to send messages to the conversation router and display the resulting conversation, focusing on rendering messages from both the UI ('planilla-UI') and the bot ('Nucleo').
2025-06-12 01:23:09 +00:00
de869de3a7 actualizando uso de secrets en UI
All checks were successful
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 16:55:31 -06:00
513c305971 agregada funcionalidad realtime postgress, api y ui. 2025-06-09 16:35:36 -06:00
950404dd85 creado planilla-agent
Some checks failed
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 5s
build-and-deploy / deploy (push) Has been skipped
2025-06-05 15:40:53 -06:00
533637ca51 usar el mcp como es 2025-06-04 17:24:26 -06:00
josedario87
1ecf990b9c Add MCP service to docker-compose 2025-06-03 14:54:51 -06:00
google-labs-jules[bot]
2441fb9066 I've configured the container names and linked the UI to the API.
Here's what I did:
- Added `container_name` for `api` and `ui` services in `docker-compose.yml`.
- Created `ui/src/apiClient.js` to configure the API base URL using the API container name (`http://planilla-api:4000/api`).
- Added `axios` as a dependency to the UI project.
- Ensured UI store files correctly import the new `apiClient.js`.

This will allow your UI to reliably connect to the API service using Docker's internal DNS resolution via container names.
2025-05-30 08:08:59 +00:00
235f5496d5 arreglado docker-compose
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 5s
build-and-deploy / deploy (push) Successful in 14s
2025-05-29 18:46:29 -06:00
f579a2f266 activando contenedores en la red
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / build (push) Successful in 5s
build-and-deploy / deploy (push) Failing after 2s
2025-05-29 18:42:49 -06:00
ec40acf5b5 actualizando bd
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Successful in 13s
2025-05-14 20:09:01 -06:00
6efef92dda se supone que con esto se actualiza la base de datos
All checks were successful
build-and-push / build (push) Successful in 16s
build-and-push / deploy (push) Successful in 15s
2025-05-14 18:14:26 -06:00
8f6b97729a fix 2
All checks were successful
build-and-push / build (push) Successful in 9s
build-and-push / deploy (push) Successful in 15s
2025-05-14 17:17:04 -06:00
0eabf611ea fix
All checks were successful
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Successful in 31s
2025-05-14 17:11:15 -06:00
4d9e99331c lanzando base de datos
Some checks failed
build-and-push / build (push) Successful in 11s
build-and-push / deploy (push) Failing after 13s
2025-05-14 17:09:55 -06:00
69dee1e603 otro deplkoy
All checks were successful
build-and-push / build (push) Successful in 12s
build-and-push / deploy (push) Successful in 14s
2025-05-14 16:44:02 -06:00
2858a5e9be cambios en el deploy v2
All checks were successful
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Successful in 22s
2025-05-14 16:28:02 -06:00
2fa068645a cambios en el deploy
Some checks failed
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Failing after 2s
2025-05-14 16:26:59 -06:00
745168cf51 sistema creado v0.5.0
Some checks failed
build-and-push / deploy (push) Has been skipped
build-and-push / build (push) Failing after 6s
2025-05-14 16:10:41 -06:00
b5e40cf4ac se supone que mcp server up
All checks were successful
build-and-push / build (push) Successful in 17s
build-and-push / deploy (push) Successful in 19s
2025-05-02 19:33:50 -06:00
5f161649f0 creando plantilla inicio
All checks were successful
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Successful in 3s
2025-05-02 18:33:15 -06:00
e1eb21b3a3 cuarto intento
All checks were successful
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Successful in 4s
2025-05-02 18:21:15 -06:00
76138f676d vamos a guardarlo aqui
Some checks failed
build-and-push / build (push) Failing after 8s
build-and-push / deploy (push) Has been skipped
2025-05-02 17:39:49 -06:00
8f4056dd31 veamos si funciona
All checks were successful
build-and-push / build (push) Successful in 7s
build-and-push / deploy (push) Successful in 12s
2025-05-02 16:38:21 -06:00
2a00114841 xd
All checks were successful
build-and-push / build (push) Successful in 6s
2025-05-02 16:05:06 -06:00
0e495e4d16 probando
All checks were successful
build-and-push / build (push) Successful in 7s
2025-05-02 16:04:36 -06:00