graph TD subgraph CSVGeneratorAgent A[daily_metrics.json Input] --> B[Task 1: Parse JSON Metrics Data] F[formatting_instructions Input] --> B B --> |parsed_metrics_data| C[Task 2: Calculate Conversion Rates] G[conversion_rate_format Input] --> C C --> |metrics_with_conversion_rates| D[Task 3: Generate CSV Format] H[csv_column_headers Input] --> D D --> E[TrafficSummary.csv Output] end style A fill:#f9f,stroke:#333 style E fill:#9f9,stroke:#333 style B fill:#ddf,stroke:#333 style C fill:#ddf,stroke:#333 style D fill:#ddf,stroke:#333 style F fill:#f9f,stroke:#333 style G fill:#f9f,stroke:#333 style H fill:#f9f,stroke:#333