Download Latest Version v0.25.0 source code.tar.gz (35.2 MB)
Email in envelope

Get an email when there's a new version of ContextGem

Home / v0.24.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-05 838 Bytes
v0.24.0 source code.tar.gz 2026-05-05 35.2 MB
v0.24.0 source code.zip 2026-05-05 35.5 MB
Totals: 3 Items   70.7 MB 0

Added

  • Runtime network egress scopes via tethered on the two non-LLM paths ContextGem controls: SaT model downloads (HuggingFace) in _load_sat_model, and genai-prices pricing-data refresh (raw.githubusercontent.com) in _calculate_auto_pricing_costs. Each scope carries a hint= so that, if a host application's tethered.activate() blocks the call, the resulting EgressBlocked traceback names the host and the escape hatch (e.g. paragraph_segmentation_mode='newlines', auto_pricing_refresh=False). LLM API calls are deliberately not scoped — endpoints are user-configured and remain governed by the host application's own policy.

Changed

  • Promoted tethered from a development-only dependency to a runtime dependency to support the production scopes above.
Source: README.md, updated 2026-05-05