LICENSE
README.md
pyproject.toml
src/richertext/__init__.py
src/richertext/_version.py
src/richertext/api.py
src/richertext/exceptions.py
src/richertext.egg-info/PKG-INFO
src/richertext.egg-info/SOURCES.txt
src/richertext.egg-info/dependency_links.txt
src/richertext.egg-info/entry_points.txt
src/richertext.egg-info/requires.txt
src/richertext.egg-info/top_level.txt
src/richertext/cli/__init__.py
src/richertext/cli/main.py
src/richertext/docs/ENRICHMENTS.md
src/richertext/docs/README.md
src/richertext/docs/TUTORIAL.md
src/richertext/enrichments/__init__.py
src/richertext/enrichments/classifier.py
src/richertext/enrichments/interface.py
src/richertext/enrichments/labeler.py
src/richertext/enrichments/reasoner.py
src/richertext/enrichments/scorer.py
src/richertext/enrichments/summarizer.py
src/richertext/pipeline/__init__.py
src/richertext/pipeline/runner.py
src/richertext/providers/__init__.py
src/richertext/providers/gemini.py
src/richertext/providers/interface.py
src/richertext/utils/__init__.py
src/richertext/utils/config.py
src/richertext/utils/rate_limit.py