Skip to content

Commit 5b413a9

Browse files
author
jovanSAPFIONEER
committed
docs: add demo video link and note on live demo files
1 parent d5664f2 commit 5b413a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ console.log(result.data); // "Hello, World! Your task: welcome"
6060

6161
That's it. No config files, no setup wizards. Add more agents, swap frameworks, layer on security -- all optional.
6262

63+
## Demo
64+
65+
[![Code Review Swarm Demo](https://img.youtube.com/vi/UyMsNhaw9lU/0.jpg)](https://youtu.be/UyMsNhaw9lU)
66+
67+
*5-agent code review swarm — parallel specialist agents coordinated through a shared blackboard*
68+
69+
> **Note:** The live demo files (`04-live-swarm.ts`, `05-code-review-swarm.ts`) are not included in the repository because they require a personal API key to run. Shipping them without one would produce silent failures for most users, and including a key, even as an example, is a security risk. The three bundled examples (`01``03`) cover all core framework features and run without any external dependencies.
70+
6371
## Why This Exists -- The Multi-Agent Race Condition Problem
6472

6573
Most agent frameworks let you run multiple AI agents in parallel. None of them protect you when those agents write to the same resource at the same time.

0 commit comments

Comments
 (0)