๐๏ธ AI-powered multi-agent e-commerce recommendation system using LangGraph and Streamlit, delivering personalized product suggestions with live web search and direct buy links.
- Clone the repo
- Create and activate a Python virtual environment
- Install dependencies:
pip install -r requirements.txt
text
4. Set environment variable GEMINI_API_KEY with your Google API key
5. Run the app:
streamlit run app.py
text
- Live web search powered by Google Gemini API with grounding tool
- Multi-agent orchestration (via LangGraph possible integration)
- Streamlit-based interactive UI for seamless shopping experience
app.py: Main Streamlit app entrygemini_client: Google Gemini API integration for searchui: Streamlit UI components