Update README.md

This commit is contained in:
2026-06-11 14:58:35 +00:00
parent b2391e3adc
commit b396b49f62
+16 -2
View File
@@ -1,3 +1,17 @@
# task-6a22c713fd30e81cf315e9fe # Comparative Review Agent
Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily) 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 entitycriterion 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.