Loading repository data…
Loading repository data…
Oishik07 / repository
DeepSight Engine is a production-grade Agentic AI research platform that enables users to explore any topic through autonomous multi-agent research. Instead of relying on a single LLM response, specialized AI agents collaboratively plan, research, critique, and refine information to generate comprehensive, citation-backed research reports.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A production-grade Agentic Deep Research Engine built with LangGraph that autonomously plans, researches, critiques, and generates citation-backed research reports using multiple collaborating AI agents.
The architecture below illustrates the complete end-to-end workflow of DeepSight Engine.
Real-time streaming of agent execution using Server-Sent Events (SSE).
Structured, citation-backed report generated after the multi-agent workflow completes.
Unlike a traditional chatbot that relies on a single LLM response, DeepSight Engine orchestrates multiple specialized AI agents.
DeepSight includes an intelligent LLM Gateway supporting multiple providers.
Supported Providers
Capabilities
User Query
│
▼
Planner Agent
│
▼
Dynamic Research Plan
│
▼
Researcher Agent
│
▼
Web Search (Tavily)
│
▼
Reporter Agent
│
▼
Critic Agent
│
▼
Editor Agent
│
▼
Citation-backed Research Report
Traditional AI chatbots usually perform a single LLM call.
DeepSight instead follows a production-style multi-agent workflow where specialized agents collaborate to:
This produces more comprehensive, citation-backed reports while keeping the architecture modular and extensible.
Clone the repository
git clone https://github.com/<your-username>/DeepSight-Engine.git
Navigate into the project
cd DeepSight-Engine
Install dependencies
pip install -r requirements.txt
Create a .env file
LLAMA_API_KEY=
OPENAI_API_KEY=
CLAUDE_API_KEY=
TAVILY_API_KEY=
DATABASE_URL=
REDIS_URL=
Run the application
uvicorn app.main:app --reload
Open
http://localhost:8000
Oishik Bandyopadhyay
AI Engineer • GenAI • Agentic AI • LangGraph • LLM Engineering
⭐ If you found this project interesting, consider giving it a star!