File size: 1,368 Bytes
a753e74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Roadmap: ResearchLink AI

## Stage 1: GitHub-Ready Local Export (Current)

- [x] PDF input
- [x] URL input
- [x] GitHub repo input
- [x] 16-agent pipeline
- [x] Paper module output (all files)
- [x] Citation status tracking
- [x] Quality flags
- [x] CLI (`researchlink ingest`)
- [x] Config file support
- [ ] PDF-less mode (URL + GitHub only)
- [ ] Semantic Scholar enrichment polish
- [ ] Grobid integration for better structure extraction

## Stage 2: Human Review UI

- [ ] FastAPI backend
- [ ] Next.js web interface
- [ ] Editable sections with versioning
- [ ] Claim verification panel (human confirms each [paper-claim])
- [ ] Citation verification panel
- [ ] Export-to-GitHub button

## Stage 3: GitHub Integration

- [ ] GitHub App authentication
- [ ] Push generated module to a repo via PR
- [ ] Versioned paper modules
- [ ] Diff view for re-runs

## Stage 4: Literature Review Workspace

- [ ] Multiple papers in one workspace
- [ ] Topic graph (D3 or similar)
- [ ] Cross-paper search
- [ ] Tags and areas filtering
- [ ] Related-work matrix across papers
- [ ] Export workspace as a literature survey

## Stage 5: Commercial SaaS

- [ ] User accounts and teams
- [ ] Cloud processing (no local Python needed)
- [ ] Billing (Stripe)
- [ ] Collaboration and comments
- [ ] Custom export templates
- [ ] API access for enterprise
- [ ] Admin dashboard