Production-grade agentic AI system for deep research paper analysis, gap detection, and research direction synthesis.
- Hierarchical Paper Parsing: Preserves document structure with figures, tables, equations
- Claim-Assumption-Evidence Graph (CAEG): Formal representation of research claims
- 9 Specialized Agents: Coordinated multi-agent analysis pipeline
- Formal Gap Ontology: 7-class research gap taxonomy
- Literature Grounding: Real-time validation against arXiv and citation graphs
- Falsification Loop: Active counter-evidence search and reviewer simulation
- Multi-Paper Synthesis: Cross-paper reasoning and field-level insights
- Research-Grade UI: Modern interface with graph visualizations
- Python 3.11+
- Node.js 18+
- Poetry
# Install backend dependencies
poetry install
# Install frontend dependencies
cd frontend
npm install
cd ..
# Configure environment
cp .env.example .env
# Edit .env with your API keys# Start backend
poetry run python -m argus.main
# Start frontend (in another terminal)
cd frontend
npm run devAccess the UI at http://localhost:5173
Parse → Extract Claims & Assumptions → Evaluate Evidence
→ Detect Gaps → Validate via Literature → Falsify
→ Cross-Paper Synthesis → Research Direction Synthesis
- Episodic: Paper-level context and findings
- Semantic: Field-level knowledge and patterns
- Meta: Historical gap validity and agent performance
POST /api/papers/upload- Upload research papersGET /api/papers/{paper_id}- Get paper structurePOST /api/analyze/{paper_id}- Run analysis pipelineGET /api/caeg/{paper_id}- Get claim-evidence graphGET /api/gaps/{paper_id}- Get detected research gapsGET /api/directions/{paper_id}- Get research directions
See .env.example for all configuration options.
Proprietary - Research Use Only