Local Context Governor & Cognitive State-Recovery Engine for Local AI Systems
Single-file standalone application — No Python installation required.
DriftBreak helps prevent cognitive context-drift and oversized chat histories in long-running local LLM sessions. It extracts and structures established facts, active constraints, and project terminology (State + Glossary) from your conversation log into a lean Recovery Payload.
You load the generated payload into your next session. By reducing context length, the inference engine requires significantly less KV-Cache memory, while model weights remain loaded in GPU VRAM.
127.0.0.1). Zero telemetry, zero external network calls.sessions/00001/, sessions/00002/).keep 0: Complete reset (empty payload, new session folder; baseline glossary archived to disk).keep 1–15: Active payload injection combining verified State + cumulative Glossary + specified recent turns.DriftBreak.exe from the button above.session_input.txt.DriftBreak.exe and select your local backend node.pruned_context_payload.json inside your session directory to resume execution with structured continuity (State + Glossary + recent turns).# Clone the repository
git clone https://github.com/Recursive-Logic-Core/DriftBreak.git
cd DriftBreak
# Install requirements
pip install requests
# Run application
python DriftBreak.py
10 commits
Python
100.0%
Local Context Governor & Cognitive State-Recovery Engine for Local AI Systems
Single-file standalone application — No Python installation required.
DriftBreak helps prevent cognitive context-drift and oversized chat histories in long-running local LLM sessions. It extracts and structures established facts, active constraints, and project terminology (State + Glossary) from your conversation log into a lean Recovery Payload.
You load the generated payload into your next session. By reducing context length, the inference engine requires significantly less KV-Cache memory, while model weights remain loaded in GPU VRAM.
127.0.0.1). Zero telemetry, zero external network calls.sessions/00001/, sessions/00002/).keep 0: Complete reset (empty payload, new session folder; baseline glossary archived to disk).keep 1–15: Active payload injection combining verified State + cumulative Glossary + specified recent turns.DriftBreak.exe from the button above.session_input.txt.DriftBreak.exe and select your local backend node.pruned_context_payload.json inside your session directory to resume execution with structured continuity (State + Glossary + recent turns).# Clone the repository
git clone https://github.com/Recursive-Logic-Core/DriftBreak.git
cd DriftBreak
# Install requirements
pip install requests
# Run application
python DriftBreak.py
10 commits
Python
100.0%