multica/packages/sdk/src
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
..
actions feat(agent): add streaming support for AI message generation 2026-02-02 17:18:10 +08:00
client.ts fix(sdk): point exports to source and remove .js import suffixes 2026-02-02 16:58:23 +08:00
index.ts fix(sdk): point exports to source and remove .js import suffixes 2026-02-02 16:58:23 +08:00
types.ts feat(gateway): add auto-connect, hub discovery via list-devices 2026-02-02 16:13:40 +08:00