chore: rename research aggregation example to 15- (avoid collision with 14-)

This commit is contained in:
JackChen 2026-04-08 12:14:23 +08:00
parent 91494bcca9
commit cb11020c65
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/** /**
* Example 14 Multi-Source Research Aggregation * Example 15 Multi-Source Research Aggregation
* *
* Demonstrates runTasks() with explicit dependency chains: * Demonstrates runTasks() with explicit dependency chains:
* - Parallel execution: three analyst agents research the same topic independently * - Parallel execution: three analyst agents research the same topic independently
@ -14,7 +14,7 @@
* [technical-analyst, market-analyst, community-analyst] (parallel) synthesizer * [technical-analyst, market-analyst, community-analyst] (parallel) synthesizer
* *
* Run: * Run:
* npx tsx examples/14-research-aggregation.ts * npx tsx examples/15-research-aggregation.ts
* *
* Prerequisites: * Prerequisites:
* ANTHROPIC_API_KEY env var must be set. * ANTHROPIC_API_KEY env var must be set.