# Extras on top of the Windows Stack. Install both: # pip install -r ..\windows_stack\requirements.txt -r requirements.txt # Web search tool — no API key duckduckgo-search>=6.0 # Optional: Kimi WebBridge as an alternative web tool (used by # agent_pro_webbridge.py). Install the Kimi Desktop App + Chrome extension # first — see README.md "Alternative: Kimi WebBridge" for steps. llama-index-tools-mcp>=0.1 # Local image generation — SDXL Turbo # If you have an NVIDIA GPU you'll want the CUDA wheel: # pip install torch --index-url https://download.pytorch.org/whl/cu121 # Then run this requirements file (without re-installing torch). diffusers>=0.27 transformers>=4.40 accelerate>=0.30 torch>=2.2 # LINE webhook server flask>=3.0 requests>=2.31