Releases: studentleaner/ContextFlow
Releases · studentleaner/ContextFlow
ContextFlow v0.4.0 — Experimental Context Engine
ContextFlow v0.4 introduces the first fully stateful Context Engine for LLM systems.
New in v0.4:
- ContextSession wrapper
- NativeCache with hashing
- ContextRanker with TimeDecay scoring
- Deterministic compression pipeline
- TokenBudget with priority slicing
- Debug tracing mode
- Benchmarks proving latency savings
- Runnable agent examples
This release marks the transition from pipeline library to Context Engine.
Status: Experimental / Pre-1.0
v0.1.0ContextFlow v0.1.0 — Core Context Engineering Pipeline
Initial release of ContextFlow.
Includes:
- ContextMode
- Deterministic compression
- Token budget
- Metrics
- Provider abstraction
- Agent integration