graph TD
A[All Agents Flow] --> B[Traffic Sources Planner]
A --> C[Ad & Content Creator]
A --> D[Automation & Scheduler]
A --> E[Metrics Aggregator]
B --> B1[Receive Website Goals]
B1 --> B2[Generate Channel List]
B2 --> B3[Set Budgets]
B3 --> B4[Define Targeting]
B4 --> B5[Output traffic_sources.json]
C --> C1[Generate Ad Copy]
C --> C2[Create Video]
C1 --> C3[Compile Materials]
C2 --> C3
C3 --> C4[Output Materials]
D --> D1[Read Source Data]
D1 --> D2[Create Schedule]
D2 --> D3[Generate Script]
D3 --> D4[Output campaign_script.sh]
E --> E1[Fetch Site Data]
E1 --> E2[Process Metrics]
E2 --> E3[Format Data]
E3 --> E4[Output traffic_report.csv]