2026-06-11 15:26:50 +00:00
2026-06-11 14:58:44 +00:00
2026-06-11 14:58:35 +00:00
2026-06-11 14:58:40 +00:00

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

pip install -r requirements.txt

See requirements.txt for the exact package versions.

S
Description
Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)
Readme 32 KiB
Languages
Python 100%