From bf2ade1a229ff32a4a2a9d21fae1cc187e98ebd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 11 Jun 2026 15:53:07 +0000 Subject: [PATCH] Add README --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b54ab55..d015668 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# task-6a22c713fd30e81cf315e9fe +# LangGraph Tavily Comparison Agent -LangGraph Tavily comparison agent \ No newline at end of file +## Description + +This repository contains a simple LangGraph agent that compares three entities using Tavily web search. The agent follows the assignment requirements: + +1. Generates comparison criteria based on the entities. +2. Performs a Tavily search for each entity‑criterion pair. +3. Builds a markdown table of findings. +4. Provides a verdict. + +## Setup + +```bash +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.