What problem does it solve?
Provides a reliable, production-grade way to run the entire AutoReview literature-to-review pipeline locally with LLM calls routed through the Claude Code CLI, preserving full-texts, in-memory state, validation, and critique loops so outputs match server-side fidelity without manual orchestration.
Core Features & Use Cases
- Run the real Python pipeline end-to-end (DAGRunner, PipelineNodes, KnowledgeBase) with LLM calls proxied to the Claude Code CLI.
- Preserve full texts and in-memory KnowledgeBase, enable Pydantic validation of LLM responses, deterministic citation resolution, and automated critique loops for iterative quality control.
- Support long-running executions with snapshot-based resume, background runs, per-node progress reporting, and configurable settings (domain, depth, date range, model).
- Use cases include generating publication-ready review papers, resuming interrupted runs from snapshots, evaluating outputs with the claude_code provider, and converting final drafts to preferred formats.
Quick Start
Run the AutoReview pipeline for the topic "the role of gut microbiome in neurodegenerative diseases" using the claude_code provider and confirm the presented configuration to launch.