/** * 05-code-review-swarm.ts * ─────────────────────── * 6 real LLM agents do a parallel code review of a buggy auth service. * * Architecture: * Wave (parallel): 5 specialist reviewers — security, performance, * reliability, testing, architecture * Final : 1 coordinator — "top 3 blockers before you ship" * * Each agent makes a real gpt-5.2 call. * Findings are coordinated through SharedBlackboard. * * Run: * npx ts-node examples/05-code-review-swarm.ts * * API key: * $env:OPENAI_API_KEY = Read-Host -MaskInput "API Key" */ export {}; //# sourceMappingURL=05-code-review-swarm.d.ts.map