Skip to content

1rishu0/AI-Search-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Search Agent 🚀

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.


🔍 Architecture Overview

The system follows a graph-based workflow:

  1. Receive user query
  2. Parallel search across Google, Bing, and Reddit
  3. Aggregate & analyze search results individually
  4. Synchronize Reddit results
  5. Synthesize insights from all sources
  6. Return final answer

This architecture enables robust, agentic search automation using graph orchestration powered by LangGraph.

Image

⭐️ Key Features

  • 🔎 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

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/1rishu0/AI-Search-Agent.git
cd AI-Search-Agent

About

Built an AI Search Agent using LangGraph that orchestrates parallel searches across Google, Bing, and Reddit. The system synchronizes results, applies focused LLM-based analysis to each source, and synthesizes insights into a unified, accurate response—demonstrating agentic workflows, tool coordination, and structured reasoning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages