2fb5955b3fc897f2fd31ad83e820a998bd3e17bf
LangGraph Tavily Comparison Agent
Description
This repository contains a simple LangGraph agent that compares three entities using Tavily web search. The agent follows the assignment requirements:
- Generates comparison criteria based on the entities.
- Performs a Tavily search for each entity‑criterion pair.
- Builds a markdown table of findings.
- Provides a verdict.
Setup
pip install -r requirements.txt
export TAVILY_API_KEY=your_key
export OPENAI_API_KEY=your_key
python main.py
Usage
Run python main.py to see a demo comparison of Tavily, Google, and Bing.
Description
Languages
Python
100%