Update README.md
This commit is contained in:
@@ -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 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.
|
||||||
Reference in New Issue
Block a user