Context Warp Drive: deterministic folding for long-running LLM agents
Context Warp Drive is an open-source TypeScript library for keeping long-running LLM agents under the context ceiling without asking another model to summarize their state. The core trick is deterministic folding. Instead of summarization calls, it compacts old transcript regions into stable fold ar







