multica/src/gateway
yushen dcca9333ab Add Hub Console with agent management and message routing
Implement Hub that auto-connects to Gateway, manages agents via REST API,
and routes WebSocket messages to agents by payload.agentId with echo responses
sent back to the original sender.

- Add Hub with GatewayClient auto-connect, agent CRUD, and message routing
- Add Console (NestJS) with REST API and static pages (management + demo client)
- Switch Gateway registration from explicit event to query-based on connect
- Remove deprecated types (RegisterPayload, metadata, SendMessagePayload)
- Add @nestjs/serve-static for serving console UI

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:14:29 +08:00
..
scripts Add Docker support for Gateway and SDK documentation 2026-01-28 17:56:22 +08:00
app.controller.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
app.module.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
Dockerfile Add Docker support for Gateway and SDK documentation 2026-01-28 17:56:22 +08:00
events.gateway.ts Add Hub Console with agent management and message routing 2026-01-29 16:14:29 +08:00
gateway.module.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
index.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
main.ts Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
test-client.ts Add Hub Console with agent management and message routing 2026-01-29 16:14:29 +08:00