Files
task-6a22c713fd30e81cf315e9fe/README.md
T
2026-06-11 14:58:35 +00:00

17 lines
631 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Comparative Review Agent
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.