Files
Eric Allam b73390883a
📦 Preview packages (pkg.pr.new) / Build and publish previews (push) Has been cancelled
feat(sdk,core,webapp): direct-from-store reads for chat session .out streams
Chat session response streams (.out) read directly from the realtime stream
store instead of relaying every chunk through Trigger.dev, removing a network
hop from the streamed response. useTriggerChatTransport and AgentChat take the
direct path automatically for the active turn, obtain the read grant
themselves, and fall back to the relayed path whenever a grant cannot be
obtained or used (so failing to get one never breaks the chat).

Off by default when a custom baseURL routes .out through your own edge, and
gated server-side, so existing setups are unaffected. Set directStreamReads
to override.
2026-06-08 17:43:03 +01:00
..
2023-08-02 15:09:35 +01:00
2023-08-02 15:09:35 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2024-10-31 09:49:59 +00:00
2024-09-11 17:14:39 +01:00
2025-08-18 12:34:55 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2024-08-07 11:13:45 +01:00
2023-10-02 14:26:54 +01:00
2024-08-07 11:13:45 +01:00
2025-08-18 12:34:55 +01:00
2026-04-20 17:06:01 +01:00
2025-08-18 12:34:55 +01:00
2025-08-18 12:34:55 +01:00
2026-03-04 09:55:54 +00:00

Development

Install and initial setup

pnpm install

Running the app

pnpm run dev --filter docs

View the app locally

It runs locally here: http://localhost:3050