From cb11020c65c6b5e4151af264a6628aed5e59bae6 Mon Sep 17 00:00:00 2001 From: JackChen Date: Wed, 8 Apr 2026 12:14:23 +0800 Subject: [PATCH] chore: rename research aggregation example to 15- (avoid collision with 14-) --- ...{14-research-aggregation.ts => 15-research-aggregation.ts} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/{14-research-aggregation.ts => 15-research-aggregation.ts} (98%) diff --git a/examples/14-research-aggregation.ts b/examples/15-research-aggregation.ts similarity index 98% rename from examples/14-research-aggregation.ts rename to examples/15-research-aggregation.ts index 1e07f39..dd9f475 100644 --- a/examples/14-research-aggregation.ts +++ b/examples/15-research-aggregation.ts @@ -1,5 +1,5 @@ /** - * Example 14 — Multi-Source Research Aggregation + * Example 15 — Multi-Source Research Aggregation * * Demonstrates runTasks() with explicit dependency chains: * - Parallel execution: three analyst agents research the same topic independently @@ -14,7 +14,7 @@ * [technical-analyst, market-analyst, community-analyst] (parallel) → synthesizer * * Run: - * npx tsx examples/14-research-aggregation.ts + * npx tsx examples/15-research-aggregation.ts * * Prerequisites: * ANTHROPIC_API_KEY env var must be set.