Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains different examples of how to use the Workflow DevKit.
- [Birthday Card Generator](https://github.com/vercel/workflow-examples/tree/main/birthday-card-generator) - Example of how to use the Workflow DevKit to build a birthday card generator.
- [Custom Adapter](https://github.com/vercel/workflow-examples/tree/main/custom-adapter) - Example of building a custom adapter to run workflows on other frameworks and runtimes, like Bun.
- [Flight Booking App](https://github.com/vercel/workflow-examples/tree/main/flight-booking-app) - Example of how to use the Workflow DevKit to build a flight booking app.
- [FFmpeg Processing](https://github.com/vercel/workflow-examples/tree/main/ffmpeg-processing) - Express + Workflow DevKit example for building FFmpeg-based media processing workflows.

- [Kitchen Sink](https://github.com/vercel/workflow-examples/tree/main/kitchen-sink) - Comprehensive reference implementation of all core workflow patterns including steps, control flow, streaming, AI integration, hooks, and batching.
- [RAG Agent Example](https://github.com/vercel/workflow-examples/tree/main/rag-agent) - Example of how to use the AI SDK with the Workflow DevKit.

Expand Down
52 changes: 0 additions & 52 deletions ffmpeg-processing/.gitignore

This file was deleted.

112 changes: 0 additions & 112 deletions ffmpeg-processing/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions ffmpeg-processing/nitro.config.ts

This file was deleted.

27 changes: 0 additions & 27 deletions ffmpeg-processing/package.json

This file was deleted.

Loading