开源 Workflow Development Kit 现已进入公测阶段

Source: Vercel News

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 "use workflow" directive:

Key highlights include:

  • Reliability by simply adding "use workflow" to make async functions durable. No manual wiring of queues, no schedulers, no YAML.

  • Mark Steps to denote with "use step". Retries are automatic.

  • Durability. Call sleep to pause without holding compute, then resume in place.

  • Built-in observability. Traces, logs, and metrics for every run. Pause, replay, and time travel while debugging.

  • No lock-in. Develop locally and deploy to Vercel or any other cloud.

Learn more about Workflow or read the documentation.

Read more