shipfeedAI news, curated daily

01:16:50 CET
21 MAY01:16:50shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Open source Workflow Development Kit is now in public beta

Vercel releases Workflow Development Kit in public beta, a framework for building durable async JavaScript workflows with automatic retries, built-in observability, and no vendor lock-in.

Oct 23 · · primary fetch1 sourceupdated Oct 23 ·

Workflow Development Kit, a framework for building durable, long-running processes, is now in public beta. Workflow Development Kit brings durability, reliability, and observability to async JavaScript so you can build apps and AI agents that suspend, resume, and maintain state with ease. Turning functions into durable workflows is made simple by the directive:"use workflow" :Key highlights include Learn more about or . Workflowread the documentation Read more by simply adding to make async functions durable.

No manual wiring of queues, no schedulers, no YAML.Reliability"use workflow" to denote with . Retries are automatic.Mark Steps "use step" Call to pause without holding compute, then resume in place.Durability.sleep Traces, logs, and metrics for every run. Pause, replay, and time travel while debugging.Built-in observability. Develop locally and deploy to Vercel or any other cloud.No lock-in.

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comOpen source Workflow Development Kit is now in public betaprimary