From 1f45698af0fa86a826e784e92f70eb1d2ac02fd7 Mon Sep 17 00:00:00 2001 From: "Abram =(O.o)" Date: Sun, 22 Mar 2026 16:23:43 +0000 Subject: [PATCH 1/2] chore: add AI video generation pipeline repository sample link --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 451e41e..d906d25 100644 --- a/readme.md +++ b/readme.md @@ -303,6 +303,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se ### Samples - [`temporalio/samples-python`](https://github.com/temporalio/samples-python) +- [`ai-video-generation-pipeline`](https://github.com/aybruhm/ai-video-generation-poc-with-temporal) - A proof-of-concept for orchestrating an AI video generation pipeline (AI Provider → S3 → token deduction → DB) using Temporal workflows and activities with FastAPI. ### Libraries From ac2c5b53192aa49d5ee12210d16669865de5963b Mon Sep 17 00:00:00 2001 From: "Abram =(O.o)" Date: Sun, 22 Mar 2026 16:29:12 +0000 Subject: [PATCH 2/2] chore: update link text to follow sample entries Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d906d25..e2e6456 100644 --- a/readme.md +++ b/readme.md @@ -303,7 +303,7 @@ Multi-language or language-agnostic samples. (For samples in a specific lang, se ### Samples - [`temporalio/samples-python`](https://github.com/temporalio/samples-python) -- [`ai-video-generation-pipeline`](https://github.com/aybruhm/ai-video-generation-poc-with-temporal) - A proof-of-concept for orchestrating an AI video generation pipeline (AI Provider → S3 → token deduction → DB) using Temporal workflows and activities with FastAPI. +- [`aybruhm/ai-video-generation-poc-with-temporal`](https://github.com/aybruhm/ai-video-generation-poc-with-temporal) - A proof-of-concept for orchestrating an AI video generation pipeline (AI Provider → S3 → token deduction → DB) using Temporal workflows and activities with FastAPI. ### Libraries