- Step1: Clone the GitHub repository to your local machine.
- Step2: Install dependencies with pip install -r requirements.txt.
- Step3: Set your OPENAI_API_KEY and any news API credentials as environment variables.
- Step4: Configure agent roles and data sources in config.yaml.
- Step5: Run python run_pipeline.py to start the multi-agent news report workflow.
- Step6: Review the generated report in the output directory and customize templates as needed.