[PR #815] [CLOSED] Add Entroly Context Optimization Demo Application #7753

Closed
opened 2026-06-03 21:55:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/815
Author: @juyterman1000
Created: 5/17/2026
Status: Closed

Base: mainHead: add-entroly-demo


📝 Commits (2)

  • 29d6301 Add Entroly context optimization demo app (Streamlit)
  • 89628f8 List 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/815 **Author:** [@juyterman1000](https://github.com/juyterman1000) **Created:** 5/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-entroly-demo` --- ### 📝 Commits (2) - [`29d6301`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/29d63019ec66c10237e2bfbeae778626d7166d8c) Add Entroly context optimization demo app (Streamlit) - [`89628f8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/89628f8924ed276baf1d94f447c58163fe00519e) List Entroly Context Optimization in README ### 📊 Changes **4 files changed** (+395 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 21:55:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#7753