Commit Graph
11 Commits
Author SHA1 Message Date
Deep Research System e991b26af9 v0.20.2 harden antigravity research workflow 2026-05-07 12:57:11 +08:00
kai 68e45bcf41 release: v0.20 Codex-ready skill-driven core 2026-05-07 08:21:28 +08:00
kai 0644a68ecc v0.21 alpha add research brief and compressed findings 2026-05-06 19:23:30 +08:00
kai db626f1d58 v0.20 alpha skill-driven python core 2026-05-06 16:26:41 +08:00
Deep Research System d1169646b8 v0.13: add Quarto/xelatex PDF engine and fix ReportLab wide-table rendering
build_report.py:
- add --engine quarto option: Quarto 1.9 + xelatex pipeline with
  CJK font setup (Source Han Serif/Sans CN via fontspec),
  automatic {.landscape} wrapping for wide tables (>=8 cols),
  TOC/references placeholder replacement, sources.jsonl backfill
- prepare_qmd(): converts Markdown to .qmd with proper YAML front matter,
  writes _preamble.tex for longtable/pdflscape/lscape packages
- _detect_wide_tables(), _build_references_block(): helper functions
- ReportLab path unchanged (remains default)

report-template.py:
- render_table(): force equal-width column distribution for tables
  with >=4 cols or any cell >30 chars, preventing negative availWidth
  crash on mixed CJK/English content
- render_table_blocks(): split long tables (>25 rows) into chunks to
  avoid NoneType comparison crash in ReportLab splitByRow logic

.gitignore:
- add rules for LaTeX temp files (*.aux, xetest.*, *.qmd, _preamble.tex)
- add projects/ to gitignore (research data, not source code)

README.md:
- update status to v0.13
- rewrite PDF section as dual-engine guide with install steps,
  comparison table, and landscape table chunking guidance
- add Quarto troubleshooting (font italic mapping, tlmgr path, param_size)
- add v0.13 to changelog
2026-05-05 11:50:32 +08:00
kai ddaa6730bc v0.12.1: select model profile at init and carry via manifest 2026-04-29 16:20:24 +08:00
kai 5342a26018 v0.12: stabilize search routing and profile-driven phase4 pipeline 2026-04-29 15:53:20 +08:00
kai 450ecebcff v0.10: add automated Codex orchestration and deployment check 2026-04-24 13:38:22 +08:00
kai 77df1838b1 v0.10: add native Codex adapter for deep research 2026-04-24 10:48:14 +08:00
kai c93fce5078 v0.9: parallelize phase4 and add model/search playbooks 2026-04-24 10:19:48 +08:00
kai 4a38f6bed1 snapshot before v0.5 refactor 2026-04-21 12:31:58 +08:00