- Step1: Clone the GitHub repository: git clone https://github.com/prernarohra/Tech-Research-Agent.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Obtain API keys for OpenAI and SerpAPI
- Step4: Configure environment variables in .env file
- Step5: Run the agent with a research query: python run_agent.py --query "Your topic"
- Step6: Review the generated markdown report in the output folder
- Step7: Adjust search depth and summarization settings as needed