LICENSE
README.md
pyproject.toml
src/paperflux/__init__.py
src/paperflux/assistants.py
src/paperflux/cli.py
src/paperflux/config.py
src/paperflux/io_pdf.py
src/paperflux/orchestrator.py
src/paperflux/quote_locator.py
src/paperflux/utils.py
src/paperflux.egg-info/PKG-INFO
src/paperflux.egg-info/SOURCES.txt
src/paperflux.egg-info/dependency_links.txt
src/paperflux.egg-info/entry_points.txt
src/paperflux.egg-info/requires.txt
src/paperflux.egg-info/top_level.txt
src/paperflux/providers/__init__.py
src/paperflux/providers/anthropic_provider.py
src/paperflux/providers/base.py
src/paperflux/providers/openai_provider.py
src/paperflux/templates/config.yaml
src/paperflux/templates/prompts/rag_category_prompt.j2
src/paperflux/templates/prompts/rag_category_system_prompt.txt
src/paperflux/templates/prompts/rag_category_system_prompt_anthropic.txt
src/paperflux/templates/prompts/rag_summary_prompt.j2
tests/test_cli_integration.py
tests/test_config_parse.py
tests/test_quote_locator.py