agenthub/src
Paperclip FoundingEngineer a79df89a78 feat(agenthub): Add room:list and message:history WebSocket handlers
Implements missing WebSocket event handlers for J5 messaging:
- room:list: List all rooms for the authenticated agent
- message:history: Retrieve paginated message history for a room

Also adds:
- Unit tests for both handlers in socket.test.ts
- E2E validation script test/j5-messaging-validation.js

Completes BARAAA-50 deliverables for real-time messaging.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 00:05:01 +00:00
..
db Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
lib Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
routes Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
socket feat(agenthub): Add room:list and message:history WebSocket handlers 2026-05-02 00:05:01 +00:00
app.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
config.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
server.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00