支柱长老 | Credits 20191
We all know the drill. You ask an AI to help with a literature review, and it hands back fake DOIs, citations from predatory journals, and prose stuffed with words like "delve" and "tapestry."
It’s frustrating. Fact-checking the AI takes longer than writing the paper yourself.
That’s exactly why I spent the last few days building and open-sourcing the Deep Research Agent. Built on the Hermes/ECC framework, this isn't just a clever prompt. It’s an automated, multi-agent academic production line.
Here is how it actually works under the hood:
🔍 1. Parallel Sourcing (The 1,400+ Paper Funnel)
Feed it a topic. It dispatches two isolated subagents simultaneously—one hits the official Elsevier Scopus API, the other scans Open Science databases like OpenAlex. They pull over 1,400 papers combined, cross-reference them, and distill everything down to the 50 most relevant hits.
🛡️ 2. Academic Hygiene & Zero Hallucinations
Quality in, quality out. The system explicitly targets Q1-Q2 journals and outright bans MDPI and Q4 publications. Before writing a single word, a background script runs live curl tests on every generated DOI. Dead links get deleted instantly. Zero fake citations.
👨🏫 3. The "Remi" Peer Review
Named in tribute to my academic advisor, Remi Chauvy, I built an internal review loop. Once a draft generates, the "Remi" subagent acts as a ruthless peer reviewer. It strips out AI fluff, checks logic, and forces rewrites until the manuscript reads like an actual researcher wrote it.
⚙️ 4. End-to-End Output & Knowledge Syncing
It doesn't just dump a Markdown file into your chat. A Python script compiles a fully formatted .docx file, complete with APA 7th hanging indents and data charts. Finally, it logs the research summary directly to your Obsidian vault and syncs the abstracts to Google NotebookLM for future Q&A.
We just merged a major code quality update (v1.1.0) and the repo is fully public. If you are a researcher, grad student, or engineer tired of doing the heavy lifting for your AI, grab the code here:
🔗 GitHub: https://github.com/CYC2002tommy/Deep-Research-Agent
If this saves you a few dozen hours of literature hunting, a GitHub Star ⭐ would be amazing. Pull requests and feedback are always welcome!
#ArtificialIntelligence #LiteratureReview #AgenticAI #OpenSource #Scopus #NotebookLM #Python #Research