From b396b49f62cc7386896c6bf1fa8922e3d3498beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 11 Jun 2026 14:58:35 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4205256..d621fcb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# task-6a22c713fd30e81cf315e9fe +# Comparative Review Agent -Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily) \ No newline at end of file +This repository contains a **LangGraph** agent that builds a comparative review of three entities (e.g., technologies, products or approaches) using the Tavily search engine. + +## Features +- Generates comparison criteria via an LLM. +- Performs web searches for each entity‑criterion pair with Tavily. +- Builds a Markdown table summarizing findings. +- Produces a concise verdict on which entity is best for each use case. +- CLI interface: `python -m src.compare_agent --entities A B C`. + +## Requirements +```bash +pip install -r requirements.txt +``` + +See `requirements.txt` for the exact package versions. \ No newline at end of file