High Prep Problem Statement by DevRev at InterIIT TechMeet 12.0
git clone https://github.com/ES7/AI-Agent-007-Tooling-Up-for-Success.git
cd AI-Agent-007-Tooling-Up-for-SuccessWindows (PowerShell)
python -m venv .devrev
.\.devrev\Scripts\Activate.ps1Windows (CMD)
python -m venv .devrev
.\.devrev\Scripts\activateMac/Linux
python3 -m venv .devrev
source .devrev/bin/activatepip install -r requirements.txtWindows (PowerShell)
$env:OPENAI_API_KEY="YOUR_OPENAI_KEY_HERE"Windows (CMD)
set OPENAI_API_KEY=YOUR_OPENAI_KEY_HEREMac/Linux
export OPENAI_API_KEY="YOUR_OPENAI_KEY_HERE"python main.py --query "Prioritize my P0 issues and add them to the current sprint"python main.py --clear