Skip to content

v0.1.1 — docs: encoding + LLM prompt examples

Latest

Choose a tag to compare

@mythopoeic mythopoeic released this 18 Jun 14:05

Docs-only patch. No code changes — all encodings and APIs are identical to v0.1.0.

What's new

  • READMEs now show the same sheet in all three encodings (structural-anchor, inverted index, format aggregation) with real output strings.
  • New "Reading the output with an LLM" sections: how to pair the bundled reader/task prompt templates with a compressed string to call a model (runnable Claude example; any chat model works).

Install (unchanged commands; now resolve to 0.1.1)

  • npm: npm install sheet-compressor
  • PyPI: pip install sheet-compressor
  • NuGet: dotnet add package SheetCompressor (+ SheetCompressor.Xlsx)
  • Go: go get github.com/mythopoeic/sheet-compressor/packages/go/sheetcompressor@v0.1.1