diff --git a/README.md b/README.md index fbab8f4..275a8d8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This project demonstrates a fullstack application using a React frontend and a LangGraph-powered backend agent. The agent is designed to perform comprehensive research on a user's query by dynamically generating search terms, querying the web using Google Search, reflecting on the results to identify knowledge gaps, and iteratively refining its search until it can provide a well-supported answer with citations. This application serves as an example of building research-augmented conversational AI using LangGraph and Google's Gemini models. +![Gemini Fullstack LangGraph](./app.png) + ## Features - 💬 Fullstack application with a React frontend and LangGraph backend. diff --git a/app.png b/app.png new file mode 100644 index 0000000..837c935 Binary files /dev/null and b/app.png differ