From 7fcc01bd3a5329d2bec05b16d7f18de5bfa0a09f Mon Sep 17 00:00:00 2001 From: juyterman1000 Date: Tue, 24 Mar 2026 22:16:01 -0700 Subject: [PATCH] Add Entroly -- context engineering engine for AI coding agents --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index af4f01e..58fc6b2 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,12 @@ ## 🔍 Observability and Evaluation +### Context Optimization + +| Tool | Description | +|------|-------------| +| [Entroly](https://github.com/juyterman1000/entroly) | Context engineering engine. 100% codebase visibility with 78% fewer tokens. Knapsack-optimal selection, SimHash dedup, RL from response quality. Rust engine, <10ms. MCP + HTTP proxy. | + ### Tracing and Monitoring | Tool | Description |