multica/src/hub
yushen 6bd068a97f fix(hub): init subagent registry on startup and cleanup on shutdown
Call initSubagentRegistry() after setHub() in Hub constructor to
restore persisted runs. Call shutdownSubagentRegistry() before
closing agents in shutdown() to mark active runs as ended.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 17:01:56 +08:00
..
rpc feat(hub): register RPC handlers for hub, agent, and gateway operations 2026-02-02 15:27:07 +08:00
agent-store.ts feat(hub): persist agent list to disk for restart recovery 2026-01-30 13:56:19 +08:00
hub-identity.ts refactor(hub): rename Device ID to Hub ID in console layer 2026-01-30 16:02:00 +08:00
hub-singleton.ts feat(hub): add singleton pattern and subagent spawning 2026-02-03 16:49:05 +08:00
hub.ts fix(hub): init subagent registry on startup and cleanup on shutdown 2026-02-03 17:01:56 +08:00
index.ts refactor(hub): rename Device ID to Hub ID in console layer 2026-01-30 16:02:00 +08:00
types.ts docs: translate comments from Chinese to English (#15) 2026-01-30 04:01:14 +08:00