keli-wen/context-kit
A minimal toolkit for Context Engineering — Select, Compress, and Persist context with pure functions.
This toolkit helps AI developers manage the 'context' or conversation history for their Large Language Model (LLM) applications. It allows you to select relevant information, summarize older parts of a conversation to save space, and store important details outside the active context window. The goal is to improve the LLM's performance and accuracy by providing it with the most optimal information at each step, preventing 'context rot.'
Use this if you are building AI agents or LLM-powered applications and need fine-grained control over how conversation history and external information are managed.
Not ideal if you are a non-technical user or prefer a high-level, opinionated AI agent framework that handles context management automatically.
Stars
35
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jan 20, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/keli-wen/context-kit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ActiveMemory/ctx
ctx: do you remember? — a lightweight, file-based system that enables AI coding assistants to...
guvencem/handoff-md
One command to generate a portable AI context file from any repo.
jurriaan/aico
A command-line tool for scripting AI-driven code edits.
ErikTakoev/Unity-AI-Context
A Unity tool that analyzes C# code structure and generates XML files with metadata about...
gni/devcat
A self-contained snapshot and context tool for your AI development loop.