- Step1: Clone the repository: git clone https://github.com/shaadclt/crewAI-Multi-AI-Agents-Investment-Risk-Analysis.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Configure API keys for market data in config.yaml
- Step4: Run the data collection agent: python agents/data_collector.py
- Step5: Execute the risk modeling agent: python agents/risk_modeler.py
- Step6: Generate the report: python agents/report_generator.py
- Step7: Review output files in the /reports directory and adjust parameters as needed