Transform research papers into structured insights, identify knowledge gaps, generate novel hypotheses, and build interactive knowledge graphs using a multi-agent AI workflow.
https://drive.google.com/file/d/1rtGNIa4nCM5GOxXunKJNEkJA8toOPZ16/view?usp=sharing
R8X-AI Research Engine is an advanced Agentic AI platform that automates academic research workflows using a collaborative multi-agent architecture.
Unlike traditional AI chat applications that rely on a single LLM prompt, R8X-AI decomposes research into specialized tasks:
- Research Planning
- Paper Ingestion
- Information Extraction
- Gap Analysis
- Hypothesis Generation
- Novelty Validation
- Knowledge Graph Construction
- Automated Report Generation
The system combines multiple AI agents, external research databases, vector search, and structured storage to deliver explainable and traceable research outputs.
11 specialized AI agents collaborate to perform research tasks.
- Semantic Scholar Integration
- arXiv Integration
- PDF Upload Support
- Automatic Metadata Extraction
- Claim Extraction
- Entity Recognition
- Methodology Detection
- Citation Mapping
Identify:
- Contradictions
- Missing Connections
- Underexplored Areas
- Future Research Opportunities
Generate novel research ideas based on discovered knowledge gaps.
Validate generated ideas against prior research to reduce duplication and hallucinations.
Visualize relationships between:
- Papers
- Concepts
- Claims
- Methods
- Hypotheses
Generate:
- Markdown Reports
- Research Summaries
- Structured Findings
- LaTeX Documents
User Query
β
βΌ
Guardrail Agent
β
βΌ
Planner Agent
β
βΌ
Executor Agent
β
ββββ΄ββββββββββββββββββββββββββ
β β
βΌ βΌ
Ingestion Agent PDF Reader Agent
β
βΌ
Structuring Agent
β
βΌ
Gap Analysis Agent
β
βΌ
Hypothesis Agent
β
βΌ
Critic Agent
β
βΌ
Graph Agent
β
βΌ
Report Agent
β
βΌ
Final Research Report
| Agent | Responsibility |
|---|---|
| Guardrail Agent | Detects research intent |
| Planner Agent | Creates execution plan |
| Executor Agent | Orchestrates workflow |
| PDF Reader Agent | Extracts document content |
| Ingestion Agent | Fetches research papers |
| Structuring Agent | Extracts claims & entities |
| Gap Analysis Agent | Finds research gaps |
| Hypothesis Agent | Generates novel ideas |
| Critic Agent | Validates hypotheses |
| Graph Agent | Creates knowledge graph |
| Report Agent | Generates final report |
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS 4
- Radix UI
- Vis Network
- Next.js API Routes
- Node.js
- OpenAI Agents SDK
- Vercel AI SDK
- LangChain
- OpenAI GPT Models
- Anthropic Claude
- Supabase PostgreSQL
- pgvector
- Cloudflare R2
- Upstash Redis
- Puppeteer
- PDF Parse
Breaks complex research goals into actionable tasks.
Retrieves papers from multiple research sources.
Extracts:
- Claims
- Findings
- Entities
- Methodologies
Identifies:
- Contradictions
- Weaknesses
- Missing Research
Generates novel research directions.
Checks novelty against existing literature.
Creates relationship graphs.
Produces comprehensive research documentation.
r8x-ai-research-engine
β
βββ app/
β βββ api/
β βββ dashboard/
β
βββ components/
β
βββ lib/
β βββ agents/
β β βββ guardrail.ts
β β βββ planner.ts
β β βββ executor.ts
β β βββ ingestion.ts
β β βββ pdf-reader.ts
β β βββ structuring.ts
β β βββ gap-analysis.ts
β β βββ hypothesis.ts
β β βββ critic.ts
β β βββ graph-agent.ts
β β βββ report.ts
β β
β βββ db/
β
βββ public/
β
βββ supabase/git clone https://github.com/Nihal-kappungal/r8x-ai-research-Engine.git
cd r8x-ai-research-engine
pnpm installCreate environment variables:
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
SUPABASE_URL=
SUPABASE_ANON_KEY=
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET_NAME=Run development server:
pnpm devAnalyze recent advancements in solid-state batteries,
identify charging cycle limitations,
and propose a novel methodology to overcome them.
β Research Papers
β Extracted Claims
β Research Gaps
β Novel Hypotheses
β Knowledge Graph
β Final Research Report
Unlike traditional AI chatbots:
- Multi-Agent Architecture
- Research-Oriented Workflow
- Real Academic Data Sources
- Structured Knowledge Extraction
- Hypothesis Generation
- Knowledge Graph Visualization
- Traceable Research Process
- Multi-modal research support
- Research collaboration workspace
- Citation generation
- Local LLM support
- Agent memory system
- Research benchmarking
- Automated literature reviews
MIT License
Nihal K
Final Year B.Tech CSE Student
Built as a research-focused AI system for automating academic analysis through multi-agent collaboration.
