Draft a 4-page ICBINB-style LaTeX paper from idea JSON, summary artifacts, and plot manifest. Offline by default.
Generate a compact LaTeX paper skeleton for the ICBINB format using idea and summary inputs, plus optional plot manifests.
UV_CACHE_DIR=/tmp/uv-cache XDG_CACHE_HOME=/tmp uv run --with openai -s scripts/writeup_icbinb.py \
--idea-json idea.json --summary-json summary.json --plots-manifest plot_manifest.json \
--out-dir writeup_icbinb
uv run -s scripts/writeup_icbinb.py --idea-json idea.json --summary-json summary.json \
--out-dir writeup_icbinb --online --model gpt-4o-mini