What problem does it solve?
Producing coherent Methods/Experiments/Conclusion LaTeX sections from messy research inputs is time-consuming and error-prone, especially when tables and figure references must be accurate and compile cleanly.
Core Features & Use Cases
- One multimodal drafting pass: Generates the remaining sections (Abstract, Methodology, Experiments, Conclusion) plus integrates figures and citations without splitting the work across multiple LLM calls.
- Grounded table creation: Extracts numeric metrics from workspace/inputs/experimental_log.md into LaTeX booktabs tables so values are not hallucinated.
- Template-safe merging: Preserves the already-filled Intro + Related Work in workspace/drafts/intro_relwork.tex verbatim while compiling the complete manuscript into workspace/drafts/paper.tex.
- Deterministic validation gates: Runs citation orphan checks, LaTeX structural sanity checks, and anti-leakage validation before finalizing output.
Quick Start
Use the agent to fill the remaining paper sections when the orchestrator delegates Step 4 by providing a workspace that includes outline.json, intro_relwork.tex, experimental_log.md, figures, and refs.bib, then run the full Step 4 writing-and-gate flow so workspace/drafts/paper.tex is produced.