Repo · Context & memory
pi-jev-context (Nyarlathoteppppp)
Trim long tool outputs for the pi coding agent before they enter context, so prompt-cache prefixes stay intact: comparison-based collapses for…
Open github.com ↗How builders describe it
Cache-neutral context trimming for the pi coding agent, powered by TypeSafe Jev: long tool output cut to verbatim key lines before it enters context, with lossless recall. Measured, with pre-registered benchmarks.
Trim long tool outputs for the pi coding agent before they enter context, so prompt-cache prefixes stay intact: comparison-based collapses for already-seen reads, then TypeSafe Jev only where comparison cannot decide, with lossless context_recall.
The decision Jev makes
Keep or discard a tool result, or answer whether a stopping condition is met.
Where it fits
Agents drown in their own context. These projects use Jev to decide what to keep, what to drop and when a loop is actually finished. All 66 context & memory projects →