Ably
Ably is building an agent transport layer on its realtime core, shipping AI SDK versions every ten days.
◆Recent moves
- 1d ago
Pub/Sub JS SDK v2.27.0: Fallback for networks that block WebSockets
Clients on networks whose proxies reject WebSockets now fall back to HTTP polling instead of failing and retrying indefinitely, and Ably rather than the client decides whether a suspended connection can resume. Unglamorous reliability work, but it is the layer everything else in this feed — including agent sessions — sits on.
View source ↗ - 11d ago
AI Transport JS SDK v0.7.0: OpenAI Responses codec
⚡ SPARKA dedicated OpenAI Responses codec lets an agent talking to that API stream over an Ably channel with client-executed and approval-gated tools intact. It ties the AI Transport bet to the provider API most agents are written against, and fixes the multi-client tool-answer collision that would have surfaced the moment anyone ran it in two tabs.
View source ↗ - 18d ago
Pub/Sub JS SDK v2.26.0: React hook for LiveObjects
A useObject hook subscribes React components to LiveObjects state with an optional selector and fully typed results, plus push token rotation for React Native. It brings the state layer into the idiom React developers already use, which matters for the collaborative and agent UIs this feed keeps circling.
View source ↗ - 21d ago
AI Transport JS SDK v0.6.0: Mid-run steering
run.steer() lets a user redirect an agent mid-response without cancelling the run or opening a new one. A genuinely new interaction primitive, though it extends the AI Transport session model rather than redirecting it.
View source ↗ - 25d ago
Pub/Sub JS SDK v2.25.0: Push notifications for React Native
A React Native push plugin lets an app register as a notification target while supplying its own storage and token acquisition, so no native module dependencies enter the build. Platform reach for the Pub/Sub line, delivered in a way that avoids the usual native-dependency cost.
View source ↗ - 29d ago
Java SDK v1.8.0: Support LiveObjects Path based API
The Java SDK gains the LiveObjects path-based API, addressing nested LiveMap and LiveCounter structures by path and keeping subscriptions valid as underlying objects change. Parity work that spreads the state model Ably is standardizing on beyond JavaScript.
View source ↗