mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 07:23:23 -05:00
[PR #815] [CLOSED] Add Entroly Context Optimization Demo Application #8472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/815
Author: @juyterman1000
Created: 5/17/2026
Status: ❌ Closed
Base:
main← Head:add-entroly-demo📝 Commits (2)
29d6301Add Entroly context optimization demo app (Streamlit)89628f8List Entroly Context Optimization in README📊 Changes
4 files changed (+395 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
entroly_context_optimization/README.md(+83 -0)➕
entroly_context_optimization/entroly_demo.py(+308 -0)➕
entroly_context_optimization/requirements.txt(+3 -0)📄 Description
This PR adds a fully self-contained Streamlit demo application for Entroly, an open-source context engineering and optimization engine that cuts token costs by 70-95% with zero accuracy loss. It includes a single content compressor, multi-turn conversation compressor, and live budget-performance benchmarks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.