Spaces:
Runtime error
Runtime error
| # 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 | |