.gitignore
README.md
TODO
frozen_requirements.txt
make_ascii_logo.py
merge_branch_to_main.ps1
pyproject.toml
pytest.ini
ruff.toml
setup_py_project1.ps1
.vscode/launch.json
.vscode/settings.json
docs/configs.txt
logo/logo1.txt
logo/logo_idea.txt
logo/images/owl_logo.png
src/owlsight/__init__.py
src/owlsight/main.py
src/owlsight.egg-info/PKG-INFO
src/owlsight.egg-info/SOURCES.txt
src/owlsight.egg-info/dependency_links.txt
src/owlsight.egg-info/entry_points.txt
src/owlsight.egg-info/requires.txt
src/owlsight.egg-info/top_level.txt
src/owlsight/app/__init__.py
src/owlsight/app/default_functions.py
src/owlsight/app/handlers.py
src/owlsight/app/run_app.py
src/owlsight/configurations/__init__.py
src/owlsight/configurations/config_manager.py
src/owlsight/processors/__init__.py
src/owlsight/processors/text_generation_manager.py
src/owlsight/processors/text_generation_processor.py
src/owlsight/rag/__init__.py
src/owlsight/rag/search.py
src/owlsight/ui/__init__.py
src/owlsight/ui/file_dialogs.py
src/owlsight/ui/logo.py
src/owlsight/utils/__init__.py
src/owlsight/utils/code_execution.py
src/owlsight/utils/console.py
src/owlsight/utils/constants.py
src/owlsight/utils/custom_classes.py
src/owlsight/utils/custom_exceptions.py
src/owlsight/utils/deep_learning.py
src/owlsight/utils/helper_functions.py
src/owlsight/utils/logger_manager.py
src/owlsight/utils/subprocess_utils.py
src/owlsight/utils/threads.py
src/owlsight/utils/venv_manager.py
tests/__init__.py
tests/conftest.py
tests/integration_tests/__init__.py
tests/integration_tests/test_code_generation.py
tests/unit_tests/__init__.py
tests/unit_tests/test_config_manager.py
tests/unit_tests/test_console.py
tests/unit_tests/test_default_functions.py
tests/unit_tests/test_extract_markdown.py
tests/unit_tests/test_select_processor_type.py
tests/unit_tests/test_subprocess_utils.py
tests/unit_tests/test_text_generation.py
tests/unit_tests/test_venv_manager.py