Skip to content

Releases: contextenginehq/context-core

v0.1.0

09 Feb 22:57

Choose a tag to compare

Initial release of the Context Engine core library.

What's included

  • Document ingestion and content-hash versioning
  • Cache building with deterministic manifest, index, and document storage
  • Term-frequency scoring with frozen float format (serde_json minimal f32)
  • Token-budgeted selection with deterministic tie-breaking (score DESC, id ASC)
  • Zero-score document inclusion when budget allows
  • Cache inspection and validation

Install

cargo add context-core

Links