An intelligent AI Search Agent built using LangGraph, designed to perform autonomous, multi-source search and synthesis. This agent runs coordinated searches across Google, Bing, and Reddit, analyzes each result set with focused prompts, and synthesizes a combined, accurate answer for user queries.
The system follows a graph-based workflow:
- Receive user query
- Parallel search across Google, Bing, and Reddit
- Aggregate & analyze search results individually
- Synchronize Reddit results
- Synthesize insights from all sources
- Return final answer
This architecture enables robust, agentic search automation using graph orchestration powered by LangGraph.
- 🔎 Multi-engine search (Google, Bing, Reddit)
- 🧠 Focused LLM analysis per source
- 🧩 Graph-orchestrated workflow using LangGraph
- 🤖 Synthesis of insights into cohesive answers
- ⚡ Extensible & modular for adding more tools
git clone https://github.com/1rishu0/AI-Search-Agent.git
cd AI-Search-Agent