Skip to content

Add ctxfold to LLM compression tools list - #74

Open
antrixy wants to merge 1 commit into
HuangOwen:mainfrom
antrixy:patch-1
Open

Add ctxfold to LLM compression tools list#74
antrixy wants to merge 1 commit into
HuangOwen:mainfrom
antrixy:patch-1

Conversation

@antrixy

@antrixy antrixy commented Jul 26, 2026

Copy link
Copy Markdown

Adds ctxfold to the Tools section, alongside PackRat and SigmaScale.

ctxfold is a lossless, structure-aware prompt-token reducer for logs, JSON, and CSV. It folds repeated keys, prefixes, and templates into a one-time header the model reads directly, with a round-trip self-check so it's lossless or a no-op — it never drops data. Zero runtime dependencies, MIT, published from CI with build provenance.

Formatted to match the existing [[Code]] [[npm]] tool entries. No paper — it's a tool, not a publication.

Adds **ctxfold** to the Tools section, alongside PackRat and SigmaScale.

ctxfold is a lossless, structure-aware prompt-token reducer for logs, JSON, and CSV. It folds repeated keys, prefixes, and templates into a one-time header the model reads directly, with a round-trip self-check so it's lossless or a no-op — it never drops data. Zero runtime dependencies, MIT, published from CI with build provenance.

- npm: https://www.npmjs.com/package/ctxfold
- repo: https://github.com/antrixy/ctxfold

Formatted to match the existing `[[Code]] [[npm]]` tool entries. No paper — it's a tool, not a publication.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant