graph TD
A[Start: Product Name Input] --> B[Task 1: Oracle News Query]
B --> C[Output: oracle-news-summary]
C --> D[Task 2: News URL Extractor]
D --> E[Output: oracle-news-urls]
E --> F[Task 3: First Article Video]
E --> G[Task 4: Second Article Video]
F --> H[Output: news-screenshot-video1]
G --> I[Output: news-screenshot-video2]
H --> J[Task 5: JSON Compiler]
I --> J
J --> K[Output: final-news-videos]
style B fill:#f9f,stroke:#333
style D fill:#f9f,stroke:#333
style F fill:#f9f,stroke:#333
style G fill:#f9f,stroke:#333
style J fill:#f9f,stroke:#333
style C fill:#lightgreen
style E fill:#lightgreen
style H fill:#lightgreen
style I fill:#lightgreen
style K fill:#lightgreen