Skip to content

Undergrad projects

LLM Multi-Agent System For Querying Website Content

Many websites contain large amounts of information, making it challenging for users to find specific answers quickly. This project aims to develop an assistant powered by LLMs capable of answering user queries based on the content of a specific website. The process involves retrieving relevant information from the target website's pages (e.g., via scraping) and utilizing an LLM to understand the user's question and synthesize an accurate answer from the retrieved content. The ultimate goal is to create a functional prototype demonstrating improved information access and user experience (e.g ReactJS UI https://ai-sdk.dev/).