AI Transport roadmap

AI Transport is under active development with new releases shipping regularly

This page shows where AI Transport is heading. The roadmap is dynamic and updated based on the feedback received from customers. The fastest way to influence this roadmap is to contact Ably, explaining what you are trying to build and where AI Transport can help you.

Delivered

Available today.

CapabilityDescription
Resumable token streamingTokens stream over a session rather than a single HTTP request, so a dropped connection resumes mid-response with nothing lost or duplicated, and a reconnecting client catches up automatically.
Connection resilienceRealtime delivery over WebSocket with automatic fallback to HTTP streaming and long-polling, so streams survive proxies, firewalls, and unreliable networks.
Multi-device session continuityThe same session opens on any device the user picks up, with the full conversation and current state.
Persistent history and replayConversations survive disconnects and stay available as history, for resumption, audit, and review.
Bidirectional controlAny client signals the agent through the session, so a user can cancel generation, interrupt, send again while the agent responds, and keep interacting rather than only consuming a one-way stream.
Conversation branchingEdit and regenerate messages, with each branch kept in the session tree.
Client-side tool calls and approval gatesCall client tools over the session, with human-in-the-loop approval where you need it.
Drop-in framework integrationA drop-in transport for the Vercel AI SDK, plus the Core SDK for everything else.
Shared live state and presenceAgent presence and shared session state exposed directly through the SDK.
Enterprise-ready platformSOC 2 Type II and HIPAA, on Ably's realtime infrastructure.

Now

Actively building.

CapabilityDescription
Durable execution supportPair durable sessions with Temporal and Vercel Workflow SDK, so the workflow and the user experience are both crash-proof.
Human and AI handoverTransfer a conversation between an AI and a human agent and back again using the AI Transport SDK, with live supervision and escalation.
Mid-session steeringRedirect or steer the agent while it responds.
Increased ecosystem supportNative integrations for OpenAI and Anthropic, so more of the ecosystem is a drop-in.

Next

Coming up - unlikely to change.

CapabilityDescription
Push notifications through the AI Transport SDKReach users when they are away, including iOS Live Activities for long-running tasks, without using the Pub/Sub SDK.
Increased language supportAI Transport SDK implementation in Python.
Ably Chat SDK integrationA clean path from chat use cases into AI Transport.

Future

Planned and exploring. If you care about one of these features then contact Ably, explaining what you are trying to build and where AI Transport can help you.

CapabilityDescription
Increased language supportAI Transport SDK implementation in Java, Swift, Kotlin, and .NET.
Expanded ecosystem supportNative integrations for Gemini, LangChain and LangGraph, TanStack AI, AG-UI, Vue, and Svelte, so more of the ecosystem is a drop-in.
Sub-agent orchestrationBetter primitives for coordinating multiple sub-agents in a single Run.
More durable-execution integrationsInngest and trigger.dev.
MultimodalAudio and video delivery, and integrations with voice providers.