DB

initializing

DB
All work
live2025

Car Researcher

Multi-agent crew that researches any car and reports back.

A CrewAI multi-agent pipeline that decomposes a car-research query, gathers grounded evidence, and synthesizes a report.

The problem

Comparing cars means trawling dozens of tabs. Agents can do the trawling and the synthesis.

How I built it

  • CrewAI agents split research → retrieval → synthesis roles.
  • Tavily grounding + Gemini reasoning, served via FastAPI + GraphQL.
  • Containerized with Docker for reproducible deploys.