multica/src/hub
Naiyuan Qing d04bed8175 feat(agent): add streaming support for AI message generation
AsyncAgent now subscribes to pi-agent-core events (message_start,
message_update, message_end) and forwards incremental text deltas
through a stream callback. Hub registers the callback and sends
stream payloads to the requesting client via Gateway.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:18:10 +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.ts feat(agent): add streaming support for AI message generation 2026-02-02 17:18:10 +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