/** * 01-hello-swarm.ts * ───────────────── * The simplest possible network-ai demo: three agents (Researcher, Analyst, * Reporter) passing work through a shared blackboard. * * No API key needed — all agents are plain async functions. * * Run: * npx ts-node examples/01-hello-swarm.ts */ export {}; //# sourceMappingURL=01-hello-swarm.d.ts.map