Skip to content

v0.1.1 — README badges + topical tags

Choose a tag to compare

@Mrrobi Mrrobi released this 24 May 23:10
c21ee8c

Changes

  • README: added shields.io badges (PyPI version, Python versions, license, downloads, GitHub stars, PRs welcome)
  • README: added discoverability tag chips (llm, prompt-compression, anthropic, openai, claude, gpt, pydantic, norwegian, narrative-generation, rag, context-window, …)
  • README: added a "Highlights" section summarising benchmark results

No code changes versus 0.1.0.

Install

pip install narratoflow==0.1.1

Verified benchmark (vs 0.1.0, identical code path)

metric value
tokens_source 693
tokens_compressed 392
ratio 0.57 (43% reduction)
cost savings 13%
LLM-judge quality 8/10

Run via python scripts/run_bench.py with OPENAI_API_KEY set.