This is a basic AI agent created as a learning experiment using LangChain, Groq API, and Tavily API.
It can compare products based on user queries and suggest the best option.
Before running, install these libraries:
pip install langchain
pip install langchain-community
pip install langchain-core
pip install langchainhub
pip install groq
pip install tavily-python