Skip to content

Commit 8353ab1

Browse files
authored
Enhance README with live demo link
Updated the demo description to include a link to the live demo video.
1 parent 6daf4d3 commit 8353ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Turn-by-turn REST approach: click **Next Turn**, wait for a full turn to complete, hear the audio. Each turn is a complete HTTP request/response cycle. This is the right starting point for understanding how voice agent pieces fit together before adding streaming complexity.
44

5-
> **She Ships! — February 25, 2026** — This REST demo was the basis for the live demo at that talk ([slide deck PDF](../assets/SheShips_When_Voice_Agents_Roll_Initiative.pdf)). The repo has evolved since then:
5+
> **She Ships! — February 25, 2026** — This REST demo was the basis for the [live demo](https://youtu.be/-mp9beFRJ1Y) at that talk ([slide deck PDF](../assets/SheShips_When_Voice_Agents_Roll_Initiative.pdf)). The repo has evolved since then:
66
> - The decorative dice animation became a real d20 mechanic — `workflow.random().randint(1, 20)` inside the Temporal workflow handler keeps rolls deterministic and replay-safe
77
> - A DM narration activity (`claude-haiku-4-5` or `gpt-4o-mini`) generates one sentence describing the roll outcome, displayed at the top of the *next* turn so it lands as a beat between characters after the audio has played
88

0 commit comments

Comments
 (0)