From 8db7da0c7b4bed8cd27a5fff7c19aa14ef246b9e Mon Sep 17 00:00:00 2001 From: Arjun Shah Date: Mon, 29 Jun 2026 22:04:51 -0700 Subject: [PATCH] Add SuperCompress - Python prompt compression library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6080e7..6182bbb 100644 --- a/README.md +++ b/README.md @@ -1153,6 +1153,8 @@ _Useful libraries or tools that don't fit in the categories above._ - [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments. - [tryton](https://github.com/tryton/tryton) - A general-purpose business framework. + +- [SuperCompress](https://github.com/arjunkshah/supercompress) - Learned prompt compression for LLMs. Cuts ~65% of tokens before inference. CPU-only policy (~5K params). `pip install supercompress`. ## Resources Where to discover learning resources or new Python libraries.