Apple
7108985b55
feat: Matrix Gateway integration for Rooms Layer
Matrix Gateway:
- Add POST /internal/matrix/room/join endpoint
- Add POST /internal/matrix/message/send endpoint
- Add GET /internal/matrix/rooms/{room_id}/messages endpoint
City Service:
- Add POST /rooms/sync/matrix endpoint for bulk sync
- Update get_agent_chat_room to auto-create Matrix rooms
- Update get_node_chat_room to auto-create Matrix rooms
- Update get_microdao_chat_room to auto-create Matrix rooms
- Add join_user_to_room, send_message_to_room, get_room_messages to matrix_client
- Add ensure_room_has_matrix helper function
This enables:
- Automatic Matrix room creation for all entity types
- chat_available = true when Matrix room exists
- Real-time messaging via Matrix
2025-11-30 10:12:27 -08:00
..
2025-11-27 00:19:40 -08:00
2025-11-27 07:00:47 -08:00
2025-11-27 07:00:47 -08:00
2025-11-28 03:10:47 -08:00
2025-11-27 07:00:47 -08:00
2025-11-30 10:12:27 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 00:19:40 -08:00
2025-11-21 00:35:41 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 07:00:47 -08:00
2025-11-30 10:12:27 -08:00
2025-11-28 05:23:14 -08:00
2025-11-27 07:00:47 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 07:00:47 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 07:00:47 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 00:19:40 -08:00
2025-11-28 05:23:14 -08:00
2025-11-29 05:17:08 -08:00
2025-11-17 05:24:36 -08:00
2025-11-27 07:00:47 -08:00
2025-11-29 15:24:38 -08:00
2025-11-28 05:23:14 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 00:19:40 -08:00
2025-11-27 07:00:47 -08:00
2025-11-29 05:17:08 -08:00
2025-11-29 05:17:08 -08:00
2025-11-27 07:00:47 -08:00
2025-11-27 07:00:47 -08:00
2025-11-29 15:24:38 -08:00
2025-11-17 05:24:36 -08:00
2025-11-29 05:17:08 -08:00