LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
src/nexusync/__init__.py
src/nexusync/nexusync.py
src/nexusync.egg-info/PKG-INFO
src/nexusync.egg-info/SOURCES.txt
src/nexusync.egg-info/dependency_links.txt
src/nexusync.egg-info/requires.txt
src/nexusync.egg-info/top_level.txt
src/nexusync/config/__init__.py
src/nexusync/config/settings.py
src/nexusync/core/__init__.py
src/nexusync/core/chat_engine.py
src/nexusync/core/indexer.py
src/nexusync/core/indexing_functions.py
src/nexusync/core/querier.py
src/nexusync/models/__init__.py
src/nexusync/models/embedding_models.py
src/nexusync/models/language_models.py
src/nexusync/utils/__init__.py
src/nexusync/utils/file_operations.py
src/nexusync/utils/logging_config.py