Commit Graph

1 Commits

Author SHA1 Message Date
Matt Van Horn 210bd45504 feat: add multi-perspective code review example
Demonstrates the dependency + fan-out + aggregation pattern:
1. Generator agent writes a Node.js HTTP handler from a spec
2. Three review agents run in parallel (security, performance, style)
3. Synthesizer merges all feedback into a prioritized report

Follows the same structure as 07-fan-out-aggregate.ts.

Fixes #75
2026-04-07 01:30:52 -07:00