Add SuperCompress - Python prompt compression library

This commit is contained in:
Arjun Shah 2026-06-29 22:12:27 -07:00
parent 23f5329b61
commit 580f4b80e2

View file

@ -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.