v0.1.1 — README badges + topical tags
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.1Verified 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.