LICENSE
README.md
pyproject.toml
src/litai/__init__.py
src/litai/__main__.py
src/litai/cli.py
src/litai/config.py
src/litai/conversation.py
src/litai/database.py
src/litai/extraction.py
src/litai/llm.py
src/litai/models.py
src/litai/nl_handler.py
src/litai/output_formatter.py
src/litai/pdf_processor.py
src/litai/qa.py
src/litai/search_tool.py
src/litai/semantic_scholar.py
src/litai/synthesis.py
src/litai/tools.py
src/litai/importers/__init__.py
src/litai/importers/bibtex.py
src/litai/utils/__init__.py
src/litai/utils/logger.py
src/litai_research.egg-info/PKG-INFO
src/litai_research.egg-info/SOURCES.txt
src/litai_research.egg-info/dependency_links.txt
src/litai_research.egg-info/entry_points.txt
src/litai_research.egg-info/requires.txt
src/litai_research.egg-info/top_level.txt
tests/test_bibtex_import.py
tests/test_cli.py
tests/test_config.py
tests/test_conversation_user_prompt.py
tests/test_database.py
tests/test_extraction.py
tests/test_llm.py
tests/test_models.py
tests/test_pdf_processor.py
tests/test_search_tool.py
tests/test_semantic_scholar.py
tests/test_synthesis_search.py