LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
requirements.txt
setup.py
core/__init__.py
core/ai/__init__.py
core/ai/agent_config.py
core/ai/q_assistant.py
core/auth/__init__.py
core/auth/microsoft_365_provider.py
core/auth/microsoft_sso.py
core/aws/__init__.py
core/aws/secret_loader.py
core/aws/secrets_manager.py
core/ingest/__init__.py
core/ingest/heading_extraction.py
core/user/__init__.py
core/user/profile.py
core/utils/__init__.py
core/utils/app_config.py
core/utils/logger.py
core/utils/qd_config.py
quantumdrive.egg-info/PKG-INFO
quantumdrive.egg-info/SOURCES.txt
quantumdrive.egg-info/dependency_links.txt
quantumdrive.egg-info/requires.txt
quantumdrive.egg-info/top_level.txt
tests/test_ollama_llm.py
webapp/__init__.py
webapp/app.py
webapp/static/css/styles.css
webapp/static/images/favicon.ico
webapp/static/images/qdrive_logo.png
webapp/static/images/qdrive_logo2.png
webapp/static/js/app.js
webapp/templates/analytics.html
webapp/templates/base.html
webapp/templates/dashboard.html
webapp/templates/directory.html
webapp/templates/privacy.html
webapp/templates/reports.html
webapp/templates/system_details.html
webapp/templates/task_execution.html
webapp/templates/terms.html