Vercel announces the general availability of Vercel Workflows, a tool designed to simplify the creation of long-running, reliable, and observable agents and backends. By integrating orchestration directly into application code through simple directives like use workflow and use step, developers can avoid managing complex separate infrastructure such as queues or dedicated orchestrators.
Key features and updates include:
* Support for TypeScript and a new beta Python SDK.
* Deep integration with the AI SDK to support durable agents with state management and resumable streams.
* Built-in security featuring automatic encryption of step data.
* Capabilities for handling external events via hooks and time-based suspensions via sleep.
* High payload limits designed for multimodal AI applications.
* Portability through the Worlds adapter system, allowing for managed Vercel execution or self-hosting.