CLI tool that packages data science projects for LLM context windows (github.com) AI

The GitHub project data2prompt introduces a CLI tool that turns data-science project folders (including notebooks and data files like CSV/SQL/XLSX) into LLM-ready prompts sized for model context windows. It emphasizes token-aware formatting and LLM attention-friendly output by sampling and truncating large data files, extracting text/code from .ipynb while skipping heavy embedded content, and offering both markdown and XML output formats.

June 02, 2026 19:15 Source: Hacker News