Skip to content

Releases: studentleaner/ContextFlow

ContextFlow v0.4.0 — Experimental Context Engine

18 Mar 11:31

Choose a tag to compare

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

18 Mar 10:24

Choose a tag to compare

Initial release of ContextFlow.

Includes:

  • ContextMode
  • Deterministic compression
  • Token budget
  • Metrics
  • Provider abstraction
  • Agent integration