LICENSE
MANIFEST.in
README.md
check_install.py
cli.py
config.py
pyproject.toml
requirements.txt
setup.py
core/__init__.py
core/category_validator.py
core/dedup.py
core/inventory.py
core/manifest.py
core/metadata.py
core/mover.py
core/outputs.py
core/parser.py
core/summarizer.py
core/taxonomy.py
research_assistant_llm.egg-info/PKG-INFO
research_assistant_llm.egg-info/SOURCES.txt
research_assistant_llm.egg-info/dependency_links.txt
research_assistant_llm.egg-info/entry_points.txt
research_assistant_llm.egg-info/requires.txt
research_assistant_llm.egg-info/top_level.txt
tests/conftest.py
tests/test_cache.py
tests/test_category_validator.py
tests/test_cli.py
tests/test_config.py
tests/test_dedup.py
tests/test_gemini_client.py
tests/test_hash.py
tests/test_integration.py
tests/test_llm_provider.py
tests/test_manifest.py
tests/test_metadata.py
tests/test_mover.py
tests/test_outputs.py
tests/test_parser.py
tests/test_pipeline_integration.py
tests/test_rate_limiter.py
tests/test_scoring.py
tests/test_summarizer.py
tests/test_taxonomy.py
tests/test_text.py
utils/__init__.py
utils/cache_manager.py
utils/gemini_client.py
utils/hash.py
utils/llm_provider.py
utils/rate_limiter.py
utils/text.py