A Web-Browsing Research Agent
Combine a search tool, a fetch tool, and an LLM to research a topic and write a sourced summary.
Project Goal
Build an agent that researches a topic by searching the web, fetching pages, and writing a sourced summary — like a tiny version of Perplexity.
Tools You Will Need
- search — query a search API (Tavily, Serper, Brave) and return results
- fetch_url — download a page and return cleaned text
- answer — the agent writes the final summary with citations
All lessons in this course
- A Q&A Bot Over Your Documents
- A Code-Explainer Agent
- A Web-Browsing Research Agent
- A SQL Assistant for Your DB